Html Css Color HEX #D60408 Venetian Red

📋 copy color: '#D60408'

red 214 ◦ green 4 ◦ blue 8

#D60408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #D60408

Tints of Venetian Red #D60408

RGB

 RED value IS 214 (83.98% from 255) = 94.69%

 GREEN value IS 4 (1.95% from 255) = 1.77%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 94.69%
G = 1.77%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D60408 (or 0xD60408) is known color: Venetian Red. HEX triplet: D6, 04 and 08. RGB value is (214,4,8). Sum of RGB (Red+Green+Blue) = 214+4+8=226 (29% of max value = 765). Red value is 214 (83.98% from 255 or 94.69% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 214 - color contains mainly: red. Hex color #D60408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60408 is #29FBF7. Grayscale: #434343. Windows color (decimal): -2751480 or 525526. OLE color: 525526.

HSL color Cylindrical-coordinate representation of color #D60408: hue angle of 358.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 8 -
CMYK 0 0.98 0.96 0.16
HSL 358.86º 0.96% 0.43% -
HSV(B) 358.86º 0.98% 0.84% -
XYZ 27.82 14.4 1.54 -
YUV 67.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 214 4 8 0 0.98 0.96 0.16 358.86 0.96 0.43
Hex D6 4 8 0 62 60 10 167 60 2B
Octal 326 4 10 0 142 140 20 547 140 53
Binary 11010110 100 1000 0 1100010 1100000 10000 101100111 1100000 101011

Color Harmonies of #D60408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60408

Black with #D60408

Text Example


Text Example

White with #D60408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60408; }

 p { color: rgb(214,4,8); }

 H1.HeaderClassName
 {
   color: #D60408;
 }
 .AnyTagClassName
 {
   color: #D60408;
 }
</style>

background-color css

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

 a { background-color: rgb(214,4,8); }

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

border-color css

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

 span { border-color: rgb(214,4,8); }

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