Html Css Color HEX #D20112 Venetian Red

📋 copy color: '#D20112'

red 210 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #D20112

Tints of Venetian Red #D20112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 91.7%
G = 0.44%
B = 7.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20112 (or 0xD20112) is known color: Venetian Red. HEX triplet: D2, 01 and 12. RGB value is (210,1,18). Sum of RGB (Red+Green+Blue) = 210+1+18=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D20112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20112 is #2DFEED. Grayscale: #414141. Windows color (decimal): -3014382 or 1180114. OLE color: 1180114.

HSL color Cylindrical-coordinate representation of color #D20112: hue angle of 355.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20112 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 18 -
CMYK 0 1.00 0.91 0.18
HSL 355.12º 0.99% 0.41% -
HSV(B) 355.12º 1% 0.82% -
XYZ 26.7 13.77 1.82 -
YUV 65.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 210 1 18 0 1.00 0.91 0.18 355.12 0.99 0.41
Hex D2 1 12 0 64 5B 12 163 63 29
Octal 322 1 22 0 144 133 22 543 143 51
Binary 11010010 1 10010 0 1100100 1011011 10010 101100011 1100011 101001

Color Harmonies of #D20112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20112

Black with #D20112

Text Example


Text Example

White with #D20112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20112; }

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

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

background-color css

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

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

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

border-color css

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

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

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