Shades of Venetian Red #DC030C
Tints of Venetian Red #DC030C
RGB
CMYK
RGB Variations
Color information
#DC030C (or 0xDC030C) is known color: Venetian Red. HEX triplet: DC, 03 and 0C. RGB value is (220,3,12). Sum of RGB (Red+Green+Blue) = 220+3+12=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC030C is #23FCF3. Grayscale: #454545. Windows color (decimal): -2358516 or 787420. OLE color: 787420.
HSL color Cylindrical-coordinate representation of color #DC030C: hue angle of 357.51º 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 #DC030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.14 |
| HSL | 357.51º | 0.97% | 0.44% | - |
| HSV(B) | 357.51º | 0.99% | 0.86% | - |
| XYZ | 29.61 | 15.31 | 1.74 | - |
| YUV | 68.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 12 | 0 | 0.99 | 0.95 | 0.14 | 357.51 | 0.97 | 0.44 |
| Hex | DC | 3 | C | 0 | 63 | 5F | E | 166 | 61 | 2C |
| Octal | 334 | 3 | 14 | 0 | 143 | 137 | 16 | 546 | 141 | 54 |
| Binary | 11011100 | 11 | 1100 | 0 | 1100011 | 1011111 | 1110 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DC030C
Complementary color
Monochromatic Colors of #DC030C
Black with #DC030C
Text Example
Text Example
White with #DC030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC030C; }
p { color: rgb(220,3,12); }
H1.HeaderClassName
{
color: #DC030C;
}
.AnyTagClassName
{
color: #DC030C;
}
</style>
background-color css
<style>
a { background-color: #DC030C; }
a { background-color: rgb(220,3,12); }
div.DivClassName
{
background-color: #DC030C;
}
.BgClassName
{
background-color: #DC030C;
}
</style>
border-color css
<style>
span { border-color: #DC030C; }
span { border-color: rgb(220,3,12); }
td.TdClassName
{
border-color: #DC030C;
}
.TagClassName
{
border-color: #DC030C;
}
</style>