#d4060f

Color #D4060F Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D4060F

Tints of Venetian Red #D4060F

Color information

#D4060F (or 0xD4060F) is unknown color: approx Venetian Red. HEX triplet: D4, 06 and 0F. RGB value is (212,6,15). Sum of RGB (Red+Green+Blue) = 212+6+15=233 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.99% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 212 - color contains mainly: red. Hex color #D4060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4060F is #2BF9F0. Grayscale: #444444. Windows color (decimal): -2882033 or 984788. OLE color: 984788.

HSL color Cylindrical-coordinate representation of color #D4060F: hue angle of 357.38º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB212615-
CMYK00.970.930.17
HSL357.38º94.5%42.75%-
HSV(B)357.38º97.17%83.14%-
XYZ27.314.161.75-
YUV68.6297.75230.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 90.99%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=90.99%
G=2.58%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21261500.970.930.17357.3894.542.75
HexD46F0615D111655e2b
Octal32461701411352154513653
Binary110101001101111011000011011101100011011001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4060f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4060f; }

 p { color: rgb(212,6,15); }

 H1.HeaderClassName
 {
   color: #d4060f;
 }
 .AnyTagClassName
 {
   color: #d4060f;
 }
</style>
background-color css

<style>
 a { background-color: #d4060f; }

 a { background-color: rgb(212,6,15); }

 div.DivClassName
 {
   background-color: #d4060f;
 }
 .BgClassName
 {
   background-color: #d4060f;
 }
</style>
border-color css

<style>
 span { border-color: #d4060f; }

 span { border-color: rgb(212,6,15); }

 td.TdClassName
 {
   border-color: #d4060f;
 }
 .TagClassName
 {
   border-color: #d4060f;
 }
</style>