#DC0210

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

Shades of Venetian Red #DC0210

Tints of Venetian Red #DC0210

Color information

#DC0210 (or 0xDC0210) is unknown color: approx Venetian Red. HEX triplet: DC, 02 and 10. RGB value is (220,2,16). Sum of RGB (Red+Green+Blue) = 220+2+16=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0210 is #23FDEF. Grayscale: #444444. Windows color (decimal): -2358768 or 1049308. OLE color: 1049308.

HSL color Cylindrical-coordinate representation of color #DC0210: hue angle of 356.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB220216-
CMYK00.990.930.14
HSL356.15º98.2%43.53%-
HSV(B)356.15º99.09%86.27%-
XYZ29.6315.31.88-
YUV68.7898.22235.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 92.44%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=92.44%
G=0.84%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021600.990.930.14356.1598.243.53
HexDC2100635DE164622c
Octal33422001431351654414254
Binary11011100101000001100011101110111101011001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0210; }

 p { color: rgb(220,2,16); }

 H1.HeaderClassName
 {
   color: #DC0210;
 }
 .AnyTagClassName
 {
   color: #DC0210;
 }
</style>
background-color css

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

 a { background-color: rgb(220,2,16); }

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

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

 span { border-color: rgb(220,2,16); }

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