Html Css Color HEX #D20816 Venetian Red

📋 copy color: '#D20816'

red 210 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #D20816

Tints of Venetian Red #D20816

RGB

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

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

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

R = 87.5%
G = 3.33%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20816 (or 0xD20816) is known color: Venetian Red. HEX triplet: D2, 08 and 16. RGB value is (210,8,22). Sum of RGB (Red+Green+Blue) = 210+8+22=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D20816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20816 is #2DF7E9. Grayscale: #464646. Windows color (decimal): -3012586 or 1444050. OLE color: 1444050.

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

Color convert

RGB 210 8 22 -
CMYK 0 0.96 0.90 0.18
HSL 355.84º 0.93% 0.43% -
HSV(B) 355.84º 0.96% 0.82% -
XYZ 26.81 13.93 2.04 -
YUV 69.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 210 8 22 0 0.96 0.90 0.18 355.84 0.93 0.43
Hex D2 8 16 0 60 5A 12 164 5D 2B
Octal 322 10 26 0 140 132 22 544 135 53
Binary 11010010 1000 10110 0 1100000 1011010 10010 101100100 1011101 101011

Color Harmonies of #D20816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20816

Black with #D20816

Text Example


Text Example

White with #D20816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20816; }

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

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

background-color css

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

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

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

border-color css

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

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

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