Shades of Venetian Red #DC0309
Tints of Venetian Red #DC0309
RGB
CMYK
RGB Variations
Color information
#DC0309 (or 0xDC0309) is known color: Venetian Red. HEX triplet: DC, 03 and 09. RGB value is (220,3,9). Sum of RGB (Red+Green+Blue) = 220+3+9=232 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.83% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0309 is #23FCF6. Grayscale: #444444. Windows color (decimal): -2358519 or 590812. OLE color: 590812.
HSL color Cylindrical-coordinate representation of color #DC0309: hue angle of 358.34º 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 #DC0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.14 |
| HSL | 358.34º | 0.97% | 0.44% | - |
| HSV(B) | 358.34º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 15.3 | 1.65 | - |
| YUV | 68.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 9 | 0 | 0.99 | 0.96 | 0.14 | 358.34 | 0.97 | 0.44 |
| Hex | DC | 3 | 9 | 0 | 63 | 60 | E | 166 | 61 | 2C |
| Octal | 334 | 3 | 11 | 0 | 143 | 140 | 16 | 546 | 141 | 54 |
| Binary | 11011100 | 11 | 1001 | 0 | 1100011 | 1100000 | 1110 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DC0309
Complementary color
Monochromatic Colors of #DC0309
Black with #DC0309
Text Example
Text Example
White with #DC0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0309; }
p { color: rgb(220,3,9); }
H1.HeaderClassName
{
color: #DC0309;
}
.AnyTagClassName
{
color: #DC0309;
}
</style>
background-color css
<style>
a { background-color: #DC0309; }
a { background-color: rgb(220,3,9); }
div.DivClassName
{
background-color: #DC0309;
}
.BgClassName
{
background-color: #DC0309;
}
</style>
border-color css
<style>
span { border-color: #DC0309; }
span { border-color: rgb(220,3,9); }
td.TdClassName
{
border-color: #DC0309;
}
.TagClassName
{
border-color: #DC0309;
}
</style>