Shades of Venetian Red #DC0308
Tints of Venetian Red #DC0308
RGB
CMYK
RGB Variations
Color information
#DC0308 (or 0xDC0308) is known color: Venetian Red. HEX triplet: DC, 03 and 08. RGB value is (220,3,8). Sum of RGB (Red+Green+Blue) = 220+3+8=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0308 is #23FCF7. Grayscale: #444444. Windows color (decimal): -2358520 or 525276. OLE color: 525276.
HSL color Cylindrical-coordinate representation of color #DC0308: hue angle of 358.62º degrees, saturation: 0.97, 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 #DC0308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.14 |
| HSL | 358.62º | 0.97% | 0.44% | - |
| HSV(B) | 358.62º | 0.99% | 0.86% | - |
| XYZ | 29.59 | 15.3 | 1.62 | - |
| YUV | 68.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 8 | 0 | 0.99 | 0.96 | 0.14 | 358.62 | 0.97 | 0.44 |
| Hex | DC | 3 | 8 | 0 | 63 | 60 | E | 167 | 61 | 2C |
| Octal | 334 | 3 | 10 | 0 | 143 | 140 | 16 | 547 | 141 | 54 |
| Binary | 11011100 | 11 | 1000 | 0 | 1100011 | 1100000 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DC0308
Complementary color
Monochromatic Colors of #DC0308
Black with #DC0308
Text Example
Text Example
White with #DC0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0308; }
p { color: rgb(220,3,8); }
H1.HeaderClassName
{
color: #DC0308;
}
.AnyTagClassName
{
color: #DC0308;
}
</style>
background-color css
<style>
a { background-color: #DC0308; }
a { background-color: rgb(220,3,8); }
div.DivClassName
{
background-color: #DC0308;
}
.BgClassName
{
background-color: #DC0308;
}
</style>
border-color css
<style>
span { border-color: #DC0308; }
span { border-color: rgb(220,3,8); }
td.TdClassName
{
border-color: #DC0308;
}
.TagClassName
{
border-color: #DC0308;
}
</style>