Shades of Venetian Red #DE0307
Tints of Venetian Red #DE0307
RGB
CMYK
RGB Variations
Color information
#DE0307 (or 0xDE0307) is known color: Venetian Red. HEX triplet: DE, 03 and 07. RGB value is (222,3,7). Sum of RGB (Red+Green+Blue) = 222+3+7=232 (30% of max value = 765). Red value is 222 (87.11% from 255 or 95.69% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0307 is #21FCF8. Grayscale: #454545. Windows color (decimal): -2227449 or 459742. OLE color: 459742.
HSL color Cylindrical-coordinate representation of color #DE0307: hue angle of 358.9º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.13 |
| HSL | 358.9º | 0.97% | 0.44% | - |
| HSV(B) | 358.9º | 0.99% | 0.87% | - |
| XYZ | 30.2 | 15.61 | 1.62 | - |
| YUV | 68.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 7 | 0 | 0.99 | 0.97 | 0.13 | 358.9 | 0.97 | 0.44 |
| Hex | DE | 3 | 7 | 0 | 63 | 61 | D | 167 | 61 | 2C |
| Octal | 336 | 3 | 7 | 0 | 143 | 141 | 15 | 547 | 141 | 54 |
| Binary | 11011110 | 11 | 111 | 0 | 1100011 | 1100001 | 1101 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DE0307
Complementary color
Monochromatic Colors of #DE0307
Black with #DE0307
Text Example
Text Example
White with #DE0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0307; }
p { color: rgb(222,3,7); }
H1.HeaderClassName
{
color: #DE0307;
}
.AnyTagClassName
{
color: #DE0307;
}
</style>
background-color css
<style>
a { background-color: #DE0307; }
a { background-color: rgb(222,3,7); }
div.DivClassName
{
background-color: #DE0307;
}
.BgClassName
{
background-color: #DE0307;
}
</style>
border-color css
<style>
span { border-color: #DE0307; }
span { border-color: rgb(222,3,7); }
td.TdClassName
{
border-color: #DE0307;
}
.TagClassName
{
border-color: #DE0307;
}
</style>