Shades of Venetian Red #D4010C
Tints of Venetian Red #D4010C
RGB
CMYK
RGB Variations
Color information
#D4010C (or 0xD4010C) is known color: Venetian Red. HEX triplet: D4, 01 and 0C. RGB value is (212,1,12). Sum of RGB (Red+Green+Blue) = 212+1+12=225 (29% of max value = 765). Red value is 212 (83.20% from 255 or 94.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 212 - color contains mainly: red. Hex color #D4010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4010C is #2BFEF3. Grayscale: #414141. Windows color (decimal): -2883316 or 786900. OLE color: 786900.
HSL color Cylindrical-coordinate representation of color #D4010C: hue angle of 356.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4010C is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.17 |
| HSL | 356.87º | 0.99% | 0.42% | - |
| HSV(B) | 356.87º | 1% | 0.83% | - |
| XYZ | 27.23 | 14.05 | 1.62 | - |
| YUV | 65.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 12 | 0 | 1.00 | 0.94 | 0.17 | 356.87 | 0.99 | 0.42 |
| Hex | D4 | 1 | C | 0 | 64 | 5E | 11 | 165 | 63 | 2A |
| Octal | 324 | 1 | 14 | 0 | 144 | 136 | 21 | 545 | 143 | 52 |
| Binary | 11010100 | 1 | 1100 | 0 | 1100100 | 1011110 | 10001 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D4010C
Complementary color
Monochromatic Colors of #D4010C
Black with #D4010C
Text Example
Text Example
White with #D4010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4010C; }
p { color: rgb(212,1,12); }
H1.HeaderClassName
{
color: #D4010C;
}
.AnyTagClassName
{
color: #D4010C;
}
</style>
background-color css
<style>
a { background-color: #D4010C; }
a { background-color: rgb(212,1,12); }
div.DivClassName
{
background-color: #D4010C;
}
.BgClassName
{
background-color: #D4010C;
}
</style>
border-color css
<style>
span { border-color: #D4010C; }
span { border-color: rgb(212,1,12); }
td.TdClassName
{
border-color: #D4010C;
}
.TagClassName
{
border-color: #D4010C;
}
</style>