Shades of Venetian Red #DC010C
Tints of Venetian Red #DC010C
RGB
CMYK
RGB Variations
Color information
#DC010C (or 0xDC010C) is known color: Venetian Red. HEX triplet: DC, 01 and 0C. RGB value is (220,1,12). Sum of RGB (Red+Green+Blue) = 220+1+12=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC010C is #23FEF3. Grayscale: #434343. Windows color (decimal): -2359028 or 786908. OLE color: 786908.
HSL color Cylindrical-coordinate representation of color #DC010C: hue angle of 356.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.14 |
| HSL | 356.99º | 0.99% | 0.43% | - |
| HSV(B) | 356.99º | 1% | 0.86% | - |
| XYZ | 29.59 | 15.26 | 1.73 | - |
| YUV | 67.74 | 96.55 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 12 | 0 | 1.00 | 0.95 | 0.14 | 356.99 | 0.99 | 0.43 |
| Hex | DC | 1 | C | 0 | 64 | 5F | E | 165 | 63 | 2B |
| Octal | 334 | 1 | 14 | 0 | 144 | 137 | 16 | 545 | 143 | 53 |
| Binary | 11011100 | 1 | 1100 | 0 | 1100100 | 1011111 | 1110 | 101100101 | 1100011 | 101011 |
Color Harmonies of #DC010C
Complementary color
Monochromatic Colors of #DC010C
Black with #DC010C
Text Example
Text Example
White with #DC010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC010C; }
p { color: rgb(220,1,12); }
H1.HeaderClassName
{
color: #DC010C;
}
.AnyTagClassName
{
color: #DC010C;
}
</style>
background-color css
<style>
a { background-color: #DC010C; }
a { background-color: rgb(220,1,12); }
div.DivClassName
{
background-color: #DC010C;
}
.BgClassName
{
background-color: #DC010C;
}
</style>
border-color css
<style>
span { border-color: #DC010C; }
span { border-color: rgb(220,1,12); }
td.TdClassName
{
border-color: #DC010C;
}
.TagClassName
{
border-color: #DC010C;
}
</style>