Html Css Color HEX #D20C12 Venetian Red

📋 copy color: '#D20C12'

red 210 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #D20C12

Tints of Venetian Red #D20C12

RGB

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

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

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

R = 87.5%
G = 5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20C12 (or 0xD20C12) is known color: Venetian Red. HEX triplet: D2, 0C and 12. RGB value is (210,12,18). Sum of RGB (Red+Green+Blue) = 210+12+18=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C12 is #2DF3ED. Grayscale: #484848. Windows color (decimal): -3011566 or 1182930. OLE color: 1182930.

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

Color convert

RGB 210 12 18 -
CMYK 0 0.94 0.91 0.18
HSL 358.18º 0.89% 0.44% -
HSV(B) 358.18º 0.94% 0.82% -
XYZ 26.82 14.01 1.86 -
YUV 71.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 210 12 18 0 0.94 0.91 0.18 358.18 0.89 0.44
Hex D2 C 12 0 5E 5B 12 166 59 2C
Octal 322 14 22 0 136 133 22 546 131 54
Binary 11010010 1100 10010 0 1011110 1011011 10010 101100110 1011001 101100

Color Harmonies of #D20C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C12

Black with #D20C12

Text Example


Text Example

White with #D20C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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