Html Css Color HEX #D20813 Venetian Red

📋 copy color: '#D20813'

red 210 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #D20813

Tints of Venetian Red #D20813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 88.61%
G = 3.38%
B = 8.02%

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

#D20813 (or 0xD20813) is known color: Venetian Red. HEX triplet: D2, 08 and 13. RGB value is (210,8,19). Sum of RGB (Red+Green+Blue) = 210+8+19=237 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.61% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 210 - color contains mainly: red. Hex color #D20813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20813 is #2DF7EC. Grayscale: #454545. Windows color (decimal): -3012589 or 1247442. OLE color: 1247442.

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

Color convert

RGB 210 8 19 -
CMYK 0 0.96 0.91 0.18
HSL 356.73º 0.93% 0.43% -
HSV(B) 356.73º 0.96% 0.82% -
XYZ 26.78 13.92 1.89 -
YUV 69.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 210 8 19 0 0.96 0.91 0.18 356.73 0.93 0.43
Hex D2 8 13 0 60 5B 12 165 5D 2B
Octal 322 10 23 0 140 133 22 545 135 53
Binary 11010010 1000 10011 0 1100000 1011011 10010 101100101 1011101 101011

Color Harmonies of #D20813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20813

Black with #D20813

Text Example


Text Example

White with #D20813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20813; }

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

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

background-color css

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

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

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

border-color css

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

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

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