Shades of Venetian Red #DE0407
Tints of Venetian Red #DE0407
RGB
CMYK
RGB Variations
Color information
#DE0407 (or 0xDE0407) is known color: Venetian Red. HEX triplet: DE, 04 and 07. RGB value is (222,4,7). Sum of RGB (Red+Green+Blue) = 222+4+7=233 (30% of max value = 765). Red value is 222 (87.11% from 255 or 95.28% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0407 is #21FBF8. Grayscale: #454545. Windows color (decimal): -2227193 or 459998. OLE color: 459998.
HSL color Cylindrical-coordinate representation of color #DE0407: hue angle of 359.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.17º | 0.96% | 0.44% | - |
| HSV(B) | 359.17º | 0.98% | 0.87% | - |
| XYZ | 30.21 | 15.63 | 1.63 | - |
| YUV | 69.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 7 | 0 | 0.98 | 0.97 | 0.13 | 359.17 | 0.96 | 0.44 |
| Hex | DE | 4 | 7 | 0 | 62 | 61 | D | 167 | 60 | 2C |
| Octal | 336 | 4 | 7 | 0 | 142 | 141 | 15 | 547 | 140 | 54 |
| Binary | 11011110 | 100 | 111 | 0 | 1100010 | 1100001 | 1101 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DE0407
Complementary color
Monochromatic Colors of #DE0407
Black with #DE0407
Text Example
Text Example
White with #DE0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0407; }
p { color: rgb(222,4,7); }
H1.HeaderClassName
{
color: #DE0407;
}
.AnyTagClassName
{
color: #DE0407;
}
</style>
background-color css
<style>
a { background-color: #DE0407; }
a { background-color: rgb(222,4,7); }
div.DivClassName
{
background-color: #DE0407;
}
.BgClassName
{
background-color: #DE0407;
}
</style>
border-color css
<style>
span { border-color: #DE0407; }
span { border-color: rgb(222,4,7); }
td.TdClassName
{
border-color: #DE0407;
}
.TagClassName
{
border-color: #DE0407;
}
</style>