#D20813

Color #D20813 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D20813

Tints of Venetian Red #D20813

Color information

#D20813 (or 0xD20813) is unknown color: approx 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

RGB210819-
CMYK00.960.910.18
HSL356.73º92.66%42.75%-
HSV(B)356.73º96.19%82.35%-
XYZ26.7813.921.89-
YUV69.6599.42228.11-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21081900.960.910.18356.7392.6642.75
HexD28130605B121655d2b
Octal322102301401332254513553
Binary11010010100010011011000001011011100101011001011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>