Shades of Venetian Red #DE0B0F
Tints of Venetian Red #DE0B0F
RGB
CMYK
RGB Variations
Color information
#DE0B0F (or 0xDE0B0F) is known color: Venetian Red. HEX triplet: DE, 0B and 0F. RGB value is (222,11,15). Sum of RGB (Red+Green+Blue) = 222+11+15=248 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.52% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0B0F is #21F4F0. Grayscale: #4A4A4A. Windows color (decimal): -2225393 or 986078. OLE color: 986078.
HSL color Cylindrical-coordinate representation of color #DE0B0F: hue angle of 358.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B0F is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 15 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.13 |
| HSL | 358.86º | 0.91% | 0.46% | - |
| HSV(B) | 358.86º | 0.95% | 0.87% | - |
| XYZ | 30.33 | 15.8 | 1.9 | - |
| YUV | 74.55 | 94.4 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 15 | 0 | 0.95 | 0.93 | 0.13 | 358.86 | 0.91 | 0.46 |
| Hex | DE | B | F | 0 | 5F | 5D | D | 167 | 5B | 2E |
| Octal | 336 | 13 | 17 | 0 | 137 | 135 | 15 | 547 | 133 | 56 |
| Binary | 11011110 | 1011 | 1111 | 0 | 1011111 | 1011101 | 1101 | 101100111 | 1011011 | 101110 |
Color Harmonies of #DE0B0F
Complementary color
Monochromatic Colors of #DE0B0F
Black with #DE0B0F
Text Example
Text Example
White with #DE0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B0F; }
p { color: rgb(222,11,15); }
H1.HeaderClassName
{
color: #DE0B0F;
}
.AnyTagClassName
{
color: #DE0B0F;
}
</style>
background-color css
<style>
a { background-color: #DE0B0F; }
a { background-color: rgb(222,11,15); }
div.DivClassName
{
background-color: #DE0B0F;
}
.BgClassName
{
background-color: #DE0B0F;
}
</style>
border-color css
<style>
span { border-color: #DE0B0F; }
span { border-color: rgb(222,11,15); }
td.TdClassName
{
border-color: #DE0B0F;
}
.TagClassName
{
border-color: #DE0B0F;
}
</style>