Shades of Venetian Red #DE0518
Tints of Venetian Red #DE0518
RGB
CMYK
RGB Variations
Color information
#DE0518 (or 0xDE0518) is known color: Venetian Red. HEX triplet: DE, 05 and 18. RGB value is (222,5,24). Sum of RGB (Red+Green+Blue) = 222+5+24=251 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.45% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0518 is #21FAE7. Grayscale: #484848. Windows color (decimal): -2226920 or 1574366. OLE color: 1574366.
HSL color Cylindrical-coordinate representation of color #DE0518: hue angle of 354.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0518 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.13 |
| HSL | 354.75º | 0.96% | 0.45% | - |
| HSV(B) | 354.75º | 0.98% | 0.87% | - |
| XYZ | 30.34 | 15.7 | 2.3 | - |
| YUV | 72.05 | 100.89 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 24 | 0 | 0.98 | 0.89 | 0.13 | 354.75 | 0.96 | 0.45 |
| Hex | DE | 5 | 18 | 0 | 62 | 59 | D | 163 | 60 | 2D |
| Octal | 336 | 5 | 30 | 0 | 142 | 131 | 15 | 543 | 140 | 55 |
| Binary | 11011110 | 101 | 11000 | 0 | 1100010 | 1011001 | 1101 | 101100011 | 1100000 | 101101 |
Color Harmonies of #DE0518
Complementary color
Monochromatic Colors of #DE0518
Black with #DE0518
Text Example
Text Example
White with #DE0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0518; }
p { color: rgb(222,5,24); }
H1.HeaderClassName
{
color: #DE0518;
}
.AnyTagClassName
{
color: #DE0518;
}
</style>
background-color css
<style>
a { background-color: #DE0518; }
a { background-color: rgb(222,5,24); }
div.DivClassName
{
background-color: #DE0518;
}
.BgClassName
{
background-color: #DE0518;
}
</style>
border-color css
<style>
span { border-color: #DE0518; }
span { border-color: rgb(222,5,24); }
td.TdClassName
{
border-color: #DE0518;
}
.TagClassName
{
border-color: #DE0518;
}
</style>