Shades of Venetian Red #DE0113
Tints of Venetian Red #DE0113
RGB
CMYK
RGB Variations
Color information
#DE0113 (or 0xDE0113) is known color: Venetian Red. HEX triplet: DE, 01 and 13. RGB value is (222,1,19). Sum of RGB (Red+Green+Blue) = 222+1+19=242 (32% of max value = 765). Red value is 222 (87.11% from 255 or 91.74% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0113 is #21FEEC. Grayscale: #454545. Windows color (decimal): -2227949 or 1245662. OLE color: 1245662.
HSL color Cylindrical-coordinate representation of color #DE0113: hue angle of 355.11º 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 #DE0113 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.13 |
| HSL | 355.11º | 0.99% | 0.44% | - |
| HSV(B) | 355.11º | 1% | 0.87% | - |
| XYZ | 30.25 | 15.6 | 2.03 | - |
| YUV | 69.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 19 | 0 | 1.00 | 0.91 | 0.13 | 355.11 | 0.99 | 0.44 |
| Hex | DE | 1 | 13 | 0 | 64 | 5B | D | 163 | 63 | 2C |
| Octal | 336 | 1 | 23 | 0 | 144 | 133 | 15 | 543 | 143 | 54 |
| Binary | 11011110 | 1 | 10011 | 0 | 1100100 | 1011011 | 1101 | 101100011 | 1100011 | 101100 |
Color Harmonies of #DE0113
Complementary color
Monochromatic Colors of #DE0113
Black with #DE0113
Text Example
Text Example
White with #DE0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0113; }
p { color: rgb(222,1,19); }
H1.HeaderClassName
{
color: #DE0113;
}
.AnyTagClassName
{
color: #DE0113;
}
</style>
background-color css
<style>
a { background-color: #DE0113; }
a { background-color: rgb(222,1,19); }
div.DivClassName
{
background-color: #DE0113;
}
.BgClassName
{
background-color: #DE0113;
}
</style>
border-color css
<style>
span { border-color: #DE0113; }
span { border-color: rgb(222,1,19); }
td.TdClassName
{
border-color: #DE0113;
}
.TagClassName
{
border-color: #DE0113;
}
</style>