Shades of Venetian Red #DE001A
Tints of Venetian Red #DE001A
RGB
CMYK
RGB Variations
Color information
#DE001A (or 0xDE001A) is known color: Venetian Red. HEX triplet: DE, 00 and 1A. RGB value is (222,0,26). Sum of RGB (Red+Green+Blue) = 222+0+26=248 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.52% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 222 - color contains mainly: red. Hex color #DE001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE001A is #21FFE5. Grayscale: #454545. Windows color (decimal): -2228198 or 1704158. OLE color: 1704158.
HSL color Cylindrical-coordinate representation of color #DE001A: hue angle of 352.97º 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 #DE001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.13 |
| HSL | 352.97º | 1% | 0.44% | - |
| HSV(B) | 352.97º | 1% | 0.87% | - |
| XYZ | 30.31 | 15.6 | 2.39 | - |
| YUV | 69.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 26 | 0 | 1 | 0.88 | 0.13 | 352.97 | 1 | 0.44 |
| Hex | DE | 0 | 1A | 0 | 64 | 58 | D | 161 | 64 | 2C |
| Octal | 336 | 0 | 32 | 0 | 144 | 130 | 15 | 541 | 144 | 54 |
| Binary | 11011110 | 0 | 11010 | 0 | 1100100 | 1011000 | 1101 | 101100001 | 1100100 | 101100 |
Color Harmonies of #DE001A
Complementary color
Monochromatic Colors of #DE001A
Black with #DE001A
Text Example
Text Example
White with #DE001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE001A; }
p { color: rgb(222,0,26); }
H1.HeaderClassName
{
color: #DE001A;
}
.AnyTagClassName
{
color: #DE001A;
}
</style>
background-color css
<style>
a { background-color: #DE001A; }
a { background-color: rgb(222,0,26); }
div.DivClassName
{
background-color: #DE001A;
}
.BgClassName
{
background-color: #DE001A;
}
</style>
border-color css
<style>
span { border-color: #DE001A; }
span { border-color: rgb(222,0,26); }
td.TdClassName
{
border-color: #DE001A;
}
.TagClassName
{
border-color: #DE001A;
}
</style>