Shades of Venetian Red #DE031F
Tints of Venetian Red #DE031F
RGB
CMYK
RGB Variations
Color information
#DE031F (or 0xDE031F) is known color: Venetian Red. HEX triplet: DE, 03 and 1F. RGB value is (222,3,31). Sum of RGB (Red+Green+Blue) = 222+3+31=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE031F is #21FCE0. Grayscale: #474747. Windows color (decimal): -2227425 or 2032606. OLE color: 2032606.
HSL color Cylindrical-coordinate representation of color #DE031F: hue angle of 352.33º 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 #DE031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.13 |
| HSL | 352.33º | 0.97% | 0.44% | - |
| HSV(B) | 352.33º | 0.99% | 0.87% | - |
| XYZ | 30.4 | 15.69 | 2.72 | - |
| YUV | 71.67 | 105.05 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 31 | 0 | 0.99 | 0.86 | 0.13 | 352.33 | 0.97 | 0.44 |
| Hex | DE | 3 | 1F | 0 | 63 | 56 | D | 160 | 61 | 2C |
| Octal | 336 | 3 | 37 | 0 | 143 | 126 | 15 | 540 | 141 | 54 |
| Binary | 11011110 | 11 | 11111 | 0 | 1100011 | 1010110 | 1101 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DE031F
Complementary color
Monochromatic Colors of #DE031F
Black with #DE031F
Text Example
Text Example
White with #DE031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE031F; }
p { color: rgb(222,3,31); }
H1.HeaderClassName
{
color: #DE031F;
}
.AnyTagClassName
{
color: #DE031F;
}
</style>
background-color css
<style>
a { background-color: #DE031F; }
a { background-color: rgb(222,3,31); }
div.DivClassName
{
background-color: #DE031F;
}
.BgClassName
{
background-color: #DE031F;
}
</style>
border-color css
<style>
span { border-color: #DE031F; }
span { border-color: rgb(222,3,31); }
td.TdClassName
{
border-color: #DE031F;
}
.TagClassName
{
border-color: #DE031F;
}
</style>