Shades of Venetian Red #DC030E
Tints of Venetian Red #DC030E
RGB
CMYK
RGB Variations
Color information
#DC030E (or 0xDC030E) is known color: Venetian Red. HEX triplet: DC, 03 and 0E. RGB value is (220,3,14). Sum of RGB (Red+Green+Blue) = 220+3+14=237 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.83% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 220 - color contains mainly: red. Hex color #DC030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC030E is #23FCF1. Grayscale: #454545. Windows color (decimal): -2358514 or 918492. OLE color: 918492.
HSL color Cylindrical-coordinate representation of color #DC030E: hue angle of 356.96º 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 #DC030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.14 |
| HSL | 356.96º | 0.97% | 0.44% | - |
| HSV(B) | 356.96º | 0.99% | 0.86% | - |
| XYZ | 29.63 | 15.31 | 1.81 | - |
| YUV | 69.14 | 96.89 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 14 | 0 | 0.99 | 0.94 | 0.14 | 356.96 | 0.97 | 0.44 |
| Hex | DC | 3 | E | 0 | 63 | 5E | E | 165 | 61 | 2C |
| Octal | 334 | 3 | 16 | 0 | 143 | 136 | 16 | 545 | 141 | 54 |
| Binary | 11011100 | 11 | 1110 | 0 | 1100011 | 1011110 | 1110 | 101100101 | 1100001 | 101100 |
Color Harmonies of #DC030E
Complementary color
Monochromatic Colors of #DC030E
Black with #DC030E
Text Example
Text Example
White with #DC030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC030E; }
p { color: rgb(220,3,14); }
H1.HeaderClassName
{
color: #DC030E;
}
.AnyTagClassName
{
color: #DC030E;
}
</style>
background-color css
<style>
a { background-color: #DC030E; }
a { background-color: rgb(220,3,14); }
div.DivClassName
{
background-color: #DC030E;
}
.BgClassName
{
background-color: #DC030E;
}
</style>
border-color css
<style>
span { border-color: #DC030E; }
span { border-color: rgb(220,3,14); }
td.TdClassName
{
border-color: #DC030E;
}
.TagClassName
{
border-color: #DC030E;
}
</style>