Shades of Venetian Red #DC0508
Tints of Venetian Red #DC0508
RGB
CMYK
RGB Variations
Color information
#DC0508 (or 0xDC0508) is known color: Venetian Red. HEX triplet: DC, 05 and 08. RGB value is (220,5,8). Sum of RGB (Red+Green+Blue) = 220+5+8=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0508 is #23FAF7. Grayscale: #454545. Windows color (decimal): -2358008 or 525788. OLE color: 525788.
HSL color Cylindrical-coordinate representation of color #DC0508: hue angle of 359.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.14 |
| HSL | 359.16º | 0.96% | 0.44% | - |
| HSV(B) | 359.16º | 0.98% | 0.86% | - |
| XYZ | 29.61 | 15.34 | 1.63 | - |
| YUV | 69.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 8 | 0 | 0.98 | 0.96 | 0.14 | 359.16 | 0.96 | 0.44 |
| Hex | DC | 5 | 8 | 0 | 62 | 60 | E | 167 | 60 | 2C |
| Octal | 334 | 5 | 10 | 0 | 142 | 140 | 16 | 547 | 140 | 54 |
| Binary | 11011100 | 101 | 1000 | 0 | 1100010 | 1100000 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DC0508
Complementary color
Monochromatic Colors of #DC0508
Black with #DC0508
Text Example
Text Example
White with #DC0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0508; }
p { color: rgb(220,5,8); }
H1.HeaderClassName
{
color: #DC0508;
}
.AnyTagClassName
{
color: #DC0508;
}
</style>
background-color css
<style>
a { background-color: #DC0508; }
a { background-color: rgb(220,5,8); }
div.DivClassName
{
background-color: #DC0508;
}
.BgClassName
{
background-color: #DC0508;
}
</style>
border-color css
<style>
span { border-color: #DC0508; }
span { border-color: rgb(220,5,8); }
td.TdClassName
{
border-color: #DC0508;
}
.TagClassName
{
border-color: #DC0508;
}
</style>