Shades of Venetian Red #DE051C
Tints of Venetian Red #DE051C
RGB
CMYK
RGB Variations
Color information
#DE051C (or 0xDE051C) is known color: Venetian Red. HEX triplet: DE, 05 and 1C. RGB value is (222,5,28). Sum of RGB (Red+Green+Blue) = 222+5+28=255 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.06% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 222 - color contains mainly: red. Hex color #DE051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE051C is #21FAE3. Grayscale: #484848. Windows color (decimal): -2226916 or 1836510. OLE color: 1836510.
HSL color Cylindrical-coordinate representation of color #DE051C: hue angle of 353.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE051C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.64º | 0.96% | 0.45% | - |
| HSV(B) | 353.64º | 0.98% | 0.87% | - |
| XYZ | 30.39 | 15.72 | 2.53 | - |
| YUV | 72.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 28 | 0 | 0.98 | 0.87 | 0.13 | 353.64 | 0.96 | 0.45 |
| Hex | DE | 5 | 1C | 0 | 62 | 57 | D | 162 | 60 | 2D |
| Octal | 336 | 5 | 34 | 0 | 142 | 127 | 15 | 542 | 140 | 55 |
| Binary | 11011110 | 101 | 11100 | 0 | 1100010 | 1010111 | 1101 | 101100010 | 1100000 | 101101 |
Color Harmonies of #DE051C
Complementary color
Monochromatic Colors of #DE051C
Black with #DE051C
Text Example
Text Example
White with #DE051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE051C; }
p { color: rgb(222,5,28); }
H1.HeaderClassName
{
color: #DE051C;
}
.AnyTagClassName
{
color: #DE051C;
}
</style>
background-color css
<style>
a { background-color: #DE051C; }
a { background-color: rgb(222,5,28); }
div.DivClassName
{
background-color: #DE051C;
}
.BgClassName
{
background-color: #DE051C;
}
</style>
border-color css
<style>
span { border-color: #DE051C; }
span { border-color: rgb(222,5,28); }
td.TdClassName
{
border-color: #DE051C;
}
.TagClassName
{
border-color: #DE051C;
}
</style>