Html Css Color HEX #D20C16 Venetian Red

📋 copy color: '#D20C16'

red 210 ◦ green 12 ◦ blue 22

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

Shades of Venetian Red #D20C16

Tints of Venetian Red #D20C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 86.07%
G = 4.92%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20C16 (or 0xD20C16) is known color: Venetian Red. HEX triplet: D2, 0C and 16. RGB value is (210,12,22). Sum of RGB (Red+Green+Blue) = 210+12+22=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C16 is #2DF3E9. Grayscale: #484848. Windows color (decimal): -3011562 or 1445074. OLE color: 1445074.

HSL color Cylindrical-coordinate representation of color #D20C16: hue angle of 356.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C16 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 22 -
CMYK 0 0.94 0.90 0.18
HSL 356.97º 0.89% 0.44% -
HSV(B) 356.97º 0.94% 0.82% -
XYZ 26.85 14.02 2.05 -
YUV 72.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 210 12 22 0 0.94 0.90 0.18 356.97 0.89 0.44
Hex D2 C 16 0 5E 5A 12 165 59 2C
Octal 322 14 26 0 136 132 22 545 131 54
Binary 11010010 1100 10110 0 1011110 1011010 10010 101100101 1011001 101100

Color Harmonies of #D20C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C16

Black with #D20C16

Text Example


Text Example

White with #D20C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C16; }

 p { color: rgb(210,12,22); }

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

background-color css

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

 a { background-color: rgb(210,12,22); }

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

border-color css

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

 span { border-color: rgb(210,12,22); }

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