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