Html Css Color HEX #D20912 Venetian Red

📋 copy color: '#D20912'

red 210 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #D20912

Tints of Venetian Red #D20912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 88.61%
G = 3.8%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20912 (or 0xD20912) is known color: Venetian Red. HEX triplet: D2, 09 and 12. RGB value is (210,9,18). Sum of RGB (Red+Green+Blue) = 210+9+18=237 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.61% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 210 - color contains mainly: red. Hex color #D20912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20912 is #2DF6ED. Grayscale: #464646. Windows color (decimal): -3012334 or 1182162. OLE color: 1182162.

HSL color Cylindrical-coordinate representation of color #D20912: hue angle of 357.31º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20912 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 18 -
CMYK 0 0.96 0.91 0.18
HSL 357.31º 0.92% 0.43% -
HSV(B) 357.31º 0.96% 0.82% -
XYZ 26.79 13.94 1.85 -
YUV 70.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 210 9 18 0 0.96 0.91 0.18 357.31 0.92 0.43
Hex D2 9 12 0 60 5B 12 165 5C 2B
Octal 322 11 22 0 140 133 22 545 134 53
Binary 11010010 1001 10010 0 1100000 1011011 10010 101100101 1011100 101011

Color Harmonies of #D20912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20912

Black with #D20912

Text Example


Text Example

White with #D20912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20912; }

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

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

background-color css

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

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

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

border-color css

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

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

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