Html Css Color HEX #D20412 Venetian Red

📋 copy color: '#D20412'

red 210 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #D20412

Tints of Venetian Red #D20412

RGB

 RED value IS 210 (82.42% from 255) = 90.52%

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

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

R = 90.52%
G = 1.72%
B = 7.76%

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

#D20412 (or 0xD20412) is known color: Venetian Red. HEX triplet: D2, 04 and 12. RGB value is (210,4,18). Sum of RGB (Red+Green+Blue) = 210+4+18=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D20412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20412 is #2DFBED. Grayscale: #434343. Windows color (decimal): -3013614 or 1180882. OLE color: 1180882.

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

Color convert

RGB 210 4 18 -
CMYK 0 0.98 0.91 0.18
HSL 355.92º 0.96% 0.42% -
HSV(B) 355.92º 0.98% 0.82% -
XYZ 26.73 13.83 1.83 -
YUV 67.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 210 4 18 0 0.98 0.91 0.18 355.92 0.96 0.42
Hex D2 4 12 0 62 5B 12 164 60 2A
Octal 322 4 22 0 142 133 22 544 140 52
Binary 11010010 100 10010 0 1100010 1011011 10010 101100100 1100000 101010

Color Harmonies of #D20412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20412

Black with #D20412

Text Example


Text Example

White with #D20412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20412; }

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

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

background-color css

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

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

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

border-color css

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

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

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