Html Css Color HEX #D00408 Venetian Red

📋 copy color: '#D00408'

red 208 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #D00408

Tints of Venetian Red #D00408

RGB

 RED value IS 208 (81.64% from 255) = 94.55%

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

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

R = 94.55%
G = 1.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D00408 (or 0xD00408) is known color: Venetian Red. HEX triplet: D0, 04 and 08. RGB value is (208,4,8). Sum of RGB (Red+Green+Blue) = 208+4+8=220 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 208 - color contains mainly: red. Hex color #D00408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00408 is #2FFBF7. Grayscale: #414141. Windows color (decimal): -3144696 or 525520. OLE color: 525520.

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

Color convert

RGB 208 4 8 -
CMYK 0 0.98 0.96 0.18
HSL 358.82º 0.96% 0.42% -
HSV(B) 358.82º 0.98% 0.82% -
XYZ 26.1 13.51 1.46 -
YUV 65.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 208 4 8 0 0.98 0.96 0.18 358.82 0.96 0.42
Hex D0 4 8 0 62 60 12 167 60 2A
Octal 320 4 10 0 142 140 22 547 140 52
Binary 11010000 100 1000 0 1100010 1100000 10010 101100111 1100000 101010

Color Harmonies of #D00408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00408

Black with #D00408

Text Example


Text Example

White with #D00408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00408; }

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

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

background-color css

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

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

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

border-color css

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

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

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