Shades of Venetian Red #DC0307
Tints of Venetian Red #DC0307
RGB
CMYK
RGB Variations
Color information
#DC0307 (or 0xDC0307) is known color: Venetian Red. HEX triplet: DC, 03 and 07. RGB value is (220,3,7). Sum of RGB (Red+Green+Blue) = 220+3+7=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0307 is #23FCF8. Grayscale: #444444. Windows color (decimal): -2358521 or 459740. OLE color: 459740.
HSL color Cylindrical-coordinate representation of color #DC0307: hue angle of 358.89º 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 #DC0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.14 |
| HSL | 358.89º | 0.97% | 0.44% | - |
| HSV(B) | 358.89º | 0.99% | 0.86% | - |
| XYZ | 29.59 | 15.3 | 1.59 | - |
| YUV | 68.34 | 93.39 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 7 | 0 | 0.99 | 0.97 | 0.14 | 358.89 | 0.97 | 0.44 |
| Hex | DC | 3 | 7 | 0 | 63 | 61 | E | 167 | 61 | 2C |
| Octal | 334 | 3 | 7 | 0 | 143 | 141 | 16 | 547 | 141 | 54 |
| Binary | 11011100 | 11 | 111 | 0 | 1100011 | 1100001 | 1110 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DC0307
Complementary color
Monochromatic Colors of #DC0307
Black with #DC0307
Text Example
Text Example
White with #DC0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0307; }
p { color: rgb(220,3,7); }
H1.HeaderClassName
{
color: #DC0307;
}
.AnyTagClassName
{
color: #DC0307;
}
</style>
background-color css
<style>
a { background-color: #DC0307; }
a { background-color: rgb(220,3,7); }
div.DivClassName
{
background-color: #DC0307;
}
.BgClassName
{
background-color: #DC0307;
}
</style>
border-color css
<style>
span { border-color: #DC0307; }
span { border-color: rgb(220,3,7); }
td.TdClassName
{
border-color: #DC0307;
}
.TagClassName
{
border-color: #DC0307;
}
</style>