#DC0208

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

Shades of Venetian Red #DC0208

Tints of Venetian Red #DC0208

Color information

#DC0208 (or 0xDC0208) is unknown color: approx Venetian Red. HEX triplet: DC, 02 and 08. RGB value is (220,2,8). Sum of RGB (Red+Green+Blue) = 220+2+8=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0208 is #23FDF7. Grayscale: #444444. Windows color (decimal): -2358776 or 525020. OLE color: 525020.

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

Color convert

RGB22028-
CMYK00.990.960.14
HSL358.35º98.2%43.53%-
HSV(B)358.35º99.09%86.27%-
XYZ29.5815.281.62-
YUV67.8794.22236.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 95.65%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=95.65%
G=0.87%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202800.990.960.14358.3598.243.53
HexDC2806360E166622c
Octal33421001431401654614254
Binary1101110010100001100011110000011101011001101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0208; }

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

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

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

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

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

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

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

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