Shades of Venetian Red #DE0001
Tints of Venetian Red #DE0001
RGB
CMYK
RGB Variations
Color information
#DE0001 (or 0xDE0001) is known color: Venetian Red. HEX triplet: DE, 00 and 01. RGB value is (222,0,1). Sum of RGB (Red+Green+Blue) = 222+0+1=223 (29% of max value = 765). Red value is 222 (87.11% from 255 or 99.55% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0001 is #21FFFE. Grayscale: #424242. Windows color (decimal): -2228223 or 65758. OLE color: 65758.
HSL color Cylindrical-coordinate representation of color #DE0001: hue angle of 359.73º 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 #DE0001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.13 |
| HSL | 359.73º | 1% | 0.44% | - |
| HSV(B) | 359.73º | 1% | 0.87% | - |
| XYZ | 30.13 | 15.53 | 1.44 | - |
| YUV | 66.49 | 91.05 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 1 | 0 | 1 | 1.00 | 0.13 | 359.73 | 1 | 0.44 |
| Hex | DE | 0 | 1 | 0 | 64 | 64 | D | 168 | 64 | 2C |
| Octal | 336 | 0 | 1 | 0 | 144 | 144 | 15 | 550 | 144 | 54 |
| Binary | 11011110 | 0 | 1 | 0 | 1100100 | 1100100 | 1101 | 101101000 | 1100100 | 101100 |
Color Harmonies of #DE0001
Complementary color
Monochromatic Colors of #DE0001
Black with #DE0001
Text Example
Text Example
White with #DE0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0001; }
p { color: rgb(222,0,1); }
H1.HeaderClassName
{
color: #DE0001;
}
.AnyTagClassName
{
color: #DE0001;
}
</style>
background-color css
<style>
a { background-color: #DE0001; }
a { background-color: rgb(222,0,1); }
div.DivClassName
{
background-color: #DE0001;
}
.BgClassName
{
background-color: #DE0001;
}
</style>
border-color css
<style>
span { border-color: #DE0001; }
span { border-color: rgb(222,0,1); }
td.TdClassName
{
border-color: #DE0001;
}
.TagClassName
{
border-color: #DE0001;
}
</style>