Shades of Venetian Red #DC0306
Tints of Venetian Red #DC0306
RGB
CMYK
RGB Variations
Color information
#DC0306 (or 0xDC0306) is known color: Venetian Red. HEX triplet: DC, 03 and 06. RGB value is (220,3,6). Sum of RGB (Red+Green+Blue) = 220+3+6=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0306 is #23FCF9. Grayscale: #444444. Windows color (decimal): -2358522 or 394204. OLE color: 394204.
HSL color Cylindrical-coordinate representation of color #DC0306: hue angle of 359.17º 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 #DC0306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 359.17º | 0.97% | 0.44% | - |
| HSV(B) | 359.17º | 0.99% | 0.86% | - |
| XYZ | 29.58 | 15.29 | 1.57 | - |
| YUV | 68.23 | 92.89 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 6 | 0 | 0.99 | 0.97 | 0.14 | 359.17 | 0.97 | 0.44 |
| Hex | DC | 3 | 6 | 0 | 63 | 61 | E | 167 | 61 | 2C |
| Octal | 334 | 3 | 6 | 0 | 143 | 141 | 16 | 547 | 141 | 54 |
| Binary | 11011100 | 11 | 110 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DC0306
Complementary color
Monochromatic Colors of #DC0306
Black with #DC0306
Text Example
Text Example
White with #DC0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0306; }
p { color: rgb(220,3,6); }
H1.HeaderClassName
{
color: #DC0306;
}
.AnyTagClassName
{
color: #DC0306;
}
</style>
background-color css
<style>
a { background-color: #DC0306; }
a { background-color: rgb(220,3,6); }
div.DivClassName
{
background-color: #DC0306;
}
.BgClassName
{
background-color: #DC0306;
}
</style>
border-color css
<style>
span { border-color: #DC0306; }
span { border-color: rgb(220,3,6); }
td.TdClassName
{
border-color: #DC0306;
}
.TagClassName
{
border-color: #DC0306;
}
</style>