Html Css Color HEX #D20812 Venetian Red

📋 copy color: '#D20812'

red 210 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D20812

Tints of Venetian Red #D20812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 88.98%
G = 3.39%
B = 7.63%

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

#D20812 (or 0xD20812) is known color: Venetian Red. HEX triplet: D2, 08 and 12. RGB value is (210,8,18). Sum of RGB (Red+Green+Blue) = 210+8+18=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D20812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20812 is #2DF7ED. Grayscale: #454545. Windows color (decimal): -3012590 or 1181906. OLE color: 1181906.

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

Color convert

RGB 210 8 18 -
CMYK 0 0.96 0.91 0.18
HSL 357.03º 0.93% 0.43% -
HSV(B) 357.03º 0.96% 0.82% -
XYZ 26.77 13.92 1.85 -
YUV 69.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 210 8 18 0 0.96 0.91 0.18 357.03 0.93 0.43
Hex D2 8 12 0 60 5B 12 165 5D 2B
Octal 322 10 22 0 140 133 22 545 135 53
Binary 11010010 1000 10010 0 1100000 1011011 10010 101100101 1011101 101011

Color Harmonies of #D20812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20812

Black with #D20812

Text Example


Text Example

White with #D20812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20812; }

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

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

background-color css

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

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

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

border-color css

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

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

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