Shades of Venetian Red #DE0013
Tints of Venetian Red #DE0013
RGB
CMYK
RGB Variations
Color information
#DE0013 (or 0xDE0013) is known color: Venetian Red. HEX triplet: DE, 00 and 13. RGB value is (222,0,19). Sum of RGB (Red+Green+Blue) = 222+0+19=241 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.12% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0013 is #21FFEC. Grayscale: #444444. Windows color (decimal): -2228205 or 1245406. OLE color: 1245406.
HSL color Cylindrical-coordinate representation of color #DE0013: hue angle of 354.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.91 | 0.13 |
| HSL | 354.86º | 1% | 0.44% | - |
| HSV(B) | 354.86º | 1% | 0.87% | - |
| XYZ | 30.24 | 15.58 | 2.03 | - |
| YUV | 68.54 | 100.05 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 19 | 0 | 1 | 0.91 | 0.13 | 354.86 | 1 | 0.44 |
| Hex | DE | 0 | 13 | 0 | 64 | 5B | D | 163 | 64 | 2C |
| Octal | 336 | 0 | 23 | 0 | 144 | 133 | 15 | 543 | 144 | 54 |
| Binary | 11011110 | 0 | 10011 | 0 | 1100100 | 1011011 | 1101 | 101100011 | 1100100 | 101100 |
Color Harmonies of #DE0013
Complementary color
Monochromatic Colors of #DE0013
Black with #DE0013
Text Example
Text Example
White with #DE0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0013; }
p { color: rgb(222,0,19); }
H1.HeaderClassName
{
color: #DE0013;
}
.AnyTagClassName
{
color: #DE0013;
}
</style>
background-color css
<style>
a { background-color: #DE0013; }
a { background-color: rgb(222,0,19); }
div.DivClassName
{
background-color: #DE0013;
}
.BgClassName
{
background-color: #DE0013;
}
</style>
border-color css
<style>
span { border-color: #DE0013; }
span { border-color: rgb(222,0,19); }
td.TdClassName
{
border-color: #DE0013;
}
.TagClassName
{
border-color: #DE0013;
}
</style>