Shades of Venetian Red #DE000B
Tints of Venetian Red #DE000B
RGB
CMYK
RGB Variations
Color information
#DE000B (or 0xDE000B) is known color: Venetian Red. HEX triplet: DE, 00 and 0B. RGB value is (222,0,11). Sum of RGB (Red+Green+Blue) = 222+0+11=233 (30% of max value = 765). Red value is 222 (87.11% from 255 or 95.28% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 222 - color contains mainly: red. Hex color #DE000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE000B is #21FFF4. Grayscale: #434343. Windows color (decimal): -2228213 or 721118. OLE color: 721118.
HSL color Cylindrical-coordinate representation of color #DE000B: hue angle of 357.03º 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 #DE000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.13 |
| HSL | 357.03º | 1% | 0.44% | - |
| HSV(B) | 357.03º | 1% | 0.87% | - |
| XYZ | 30.18 | 15.55 | 1.73 | - |
| YUV | 67.63 | 96.05 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 11 | 0 | 1 | 0.95 | 0.13 | 357.03 | 1 | 0.44 |
| Hex | DE | 0 | B | 0 | 64 | 5F | D | 165 | 64 | 2C |
| Octal | 336 | 0 | 13 | 0 | 144 | 137 | 15 | 545 | 144 | 54 |
| Binary | 11011110 | 0 | 1011 | 0 | 1100100 | 1011111 | 1101 | 101100101 | 1100100 | 101100 |
Color Harmonies of #DE000B
Complementary color
Monochromatic Colors of #DE000B
Black with #DE000B
Text Example
Text Example
White with #DE000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE000B; }
p { color: rgb(222,0,11); }
H1.HeaderClassName
{
color: #DE000B;
}
.AnyTagClassName
{
color: #DE000B;
}
</style>
background-color css
<style>
a { background-color: #DE000B; }
a { background-color: rgb(222,0,11); }
div.DivClassName
{
background-color: #DE000B;
}
.BgClassName
{
background-color: #DE000B;
}
</style>
border-color css
<style>
span { border-color: #DE000B; }
span { border-color: rgb(222,0,11); }
td.TdClassName
{
border-color: #DE000B;
}
.TagClassName
{
border-color: #DE000B;
}
</style>