Html Css Color HEX #D00412 Venetian Red

📋 copy color: '#D00412'

red 208 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #D00412

Tints of Venetian Red #D00412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 90.43%
G = 1.74%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D00412 (or 0xD00412) is known color: Venetian Red. HEX triplet: D0, 04 and 12. RGB value is (208,4,18). Sum of RGB (Red+Green+Blue) = 208+4+18=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00412 is #2FFBED. Grayscale: #424242. Windows color (decimal): -3144686 or 1180880. OLE color: 1180880.

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

Color convert

RGB 208 4 18 -
CMYK 0 0.98 0.91 0.18
HSL 355.88º 0.96% 0.42% -
HSV(B) 355.88º 0.98% 0.82% -
XYZ 26.17 13.54 1.81 -
YUV 66.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 208 4 18 0 0.98 0.91 0.18 355.88 0.96 0.42
Hex D0 4 12 0 62 5B 12 164 60 2A
Octal 320 4 22 0 142 133 22 544 140 52
Binary 11010000 100 10010 0 1100010 1011011 10010 101100100 1100000 101010

Color Harmonies of #D00412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00412

Black with #D00412

Text Example


Text Example

White with #D00412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00412; }

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

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

background-color css

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

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

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

border-color css

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

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

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