Html Css Color HEX #D00409 Venetian Red

📋 copy color: '#D00409'

red 208 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #D00409

Tints of Venetian Red #D00409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 94.12%
G = 1.81%
B = 4.07%

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

#D00409 (or 0xD00409) is known color: Venetian Red. HEX triplet: D0, 04 and 09. RGB value is (208,4,9). Sum of RGB (Red+Green+Blue) = 208+4+9=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00409 is #2FFBF6. Grayscale: #414141. Windows color (decimal): -3144695 or 591056. OLE color: 591056.

HSL color Cylindrical-coordinate representation of color #D00409: hue angle of 358.53º 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 #D00409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 9 -
CMYK 0 0.98 0.96 0.18
HSL 358.53º 0.96% 0.42% -
HSV(B) 358.53º 0.98% 0.82% -
XYZ 26.11 13.52 1.49 -
YUV 65.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 208 4 9 0 0.98 0.96 0.18 358.53 0.96 0.42
Hex D0 4 9 0 62 60 12 167 60 2A
Octal 320 4 11 0 142 140 22 547 140 52
Binary 11010000 100 1001 0 1100010 1100000 10010 101100111 1100000 101010

Color Harmonies of #D00409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00409

Black with #D00409

Text Example


Text Example

White with #D00409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00409; }

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

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

background-color css

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

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

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

border-color css

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

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

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