Shades of Venetian Red #DE010E
Tints of Venetian Red #DE010E
RGB
CMYK
RGB Variations
Color information
#DE010E (or 0xDE010E) is known color: Venetian Red. HEX triplet: DE, 01 and 0E. RGB value is (222,1,14). Sum of RGB (Red+Green+Blue) = 222+1+14=237 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.67% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 222 - color contains mainly: red. Hex color #DE010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE010E is #21FEF1. Grayscale: #444444. Windows color (decimal): -2227954 or 917982. OLE color: 917982.
HSL color Cylindrical-coordinate representation of color #DE010E: hue angle of 356.47º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.13 |
| HSL | 356.47º | 0.99% | 0.44% | - |
| HSV(B) | 356.47º | 1% | 0.87% | - |
| XYZ | 30.21 | 15.58 | 1.83 | - |
| YUV | 68.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 14 | 0 | 1.00 | 0.94 | 0.13 | 356.47 | 0.99 | 0.44 |
| Hex | DE | 1 | E | 0 | 64 | 5E | D | 164 | 63 | 2C |
| Octal | 336 | 1 | 16 | 0 | 144 | 136 | 15 | 544 | 143 | 54 |
| Binary | 11011110 | 1 | 1110 | 0 | 1100100 | 1011110 | 1101 | 101100100 | 1100011 | 101100 |
Color Harmonies of #DE010E
Complementary color
Monochromatic Colors of #DE010E
Black with #DE010E
Text Example
Text Example
White with #DE010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE010E; }
p { color: rgb(222,1,14); }
H1.HeaderClassName
{
color: #DE010E;
}
.AnyTagClassName
{
color: #DE010E;
}
</style>
background-color css
<style>
a { background-color: #DE010E; }
a { background-color: rgb(222,1,14); }
div.DivClassName
{
background-color: #DE010E;
}
.BgClassName
{
background-color: #DE010E;
}
</style>
border-color css
<style>
span { border-color: #DE010E; }
span { border-color: rgb(222,1,14); }
td.TdClassName
{
border-color: #DE010E;
}
.TagClassName
{
border-color: #DE010E;
}
</style>