Shades of Venetian Red #DC010A
Tints of Venetian Red #DC010A
RGB
CMYK
RGB Variations
Color information
#DC010A (or 0xDC010A) is known color: Venetian Red. HEX triplet: DC, 01 and 0A. RGB value is (220,1,10). Sum of RGB (Red+Green+Blue) = 220+1+10=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC010A is #23FEF5. Grayscale: #434343. Windows color (decimal): -2359030 or 655836. OLE color: 655836.
HSL color Cylindrical-coordinate representation of color #DC010A: hue angle of 357.53º 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 #DC010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.14 |
| HSL | 357.53º | 0.99% | 0.43% | - |
| HSV(B) | 357.53º | 1% | 0.86% | - |
| XYZ | 29.58 | 15.26 | 1.67 | - |
| YUV | 67.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 10 | 0 | 1.00 | 0.95 | 0.14 | 357.53 | 0.99 | 0.43 |
| Hex | DC | 1 | A | 0 | 64 | 5F | E | 166 | 63 | 2B |
| Octal | 334 | 1 | 12 | 0 | 144 | 137 | 16 | 546 | 143 | 53 |
| Binary | 11011100 | 1 | 1010 | 0 | 1100100 | 1011111 | 1110 | 101100110 | 1100011 | 101011 |
Color Harmonies of #DC010A
Complementary color
Monochromatic Colors of #DC010A
Black with #DC010A
Text Example
Text Example
White with #DC010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC010A; }
p { color: rgb(220,1,10); }
H1.HeaderClassName
{
color: #DC010A;
}
.AnyTagClassName
{
color: #DC010A;
}
</style>
background-color css
<style>
a { background-color: #DC010A; }
a { background-color: rgb(220,1,10); }
div.DivClassName
{
background-color: #DC010A;
}
.BgClassName
{
background-color: #DC010A;
}
</style>
border-color css
<style>
span { border-color: #DC010A; }
span { border-color: rgb(220,1,10); }
td.TdClassName
{
border-color: #DC010A;
}
.TagClassName
{
border-color: #DC010A;
}
</style>