Shades of Venetian Red #DF031E
Tints of Venetian Red #DF031E
RGB
CMYK
RGB Variations
Color information
#DF031E (or 0xDF031E) is known color: Venetian Red. HEX triplet: DF, 03 and 1E. RGB value is (223,3,30). Sum of RGB (Red+Green+Blue) = 223+3+30=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF031E is #20FCE1. Grayscale: #474747. Windows color (decimal): -2161890 or 1967071. OLE color: 1967071.
HSL color Cylindrical-coordinate representation of color #DF031E: hue angle of 352.64º 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 #DF031E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.13 |
| HSL | 352.64º | 0.97% | 0.44% | - |
| HSV(B) | 352.64º | 0.99% | 0.87% | - |
| XYZ | 30.7 | 15.85 | 2.67 | - |
| YUV | 71.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 30 | 0 | 0.99 | 0.87 | 0.13 | 352.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 1E | 0 | 63 | 57 | D | 161 | 61 | 2C |
| Octal | 337 | 3 | 36 | 0 | 143 | 127 | 15 | 541 | 141 | 54 |
| Binary | 11011111 | 11 | 11110 | 0 | 1100011 | 1010111 | 1101 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DF031E
Complementary color
Monochromatic Colors of #DF031E
Black with #DF031E
Text Example
Text Example
White with #DF031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF031E; }
p { color: rgb(223,3,30); }
H1.HeaderClassName
{
color: #DF031E;
}
.AnyTagClassName
{
color: #DF031E;
}
</style>
background-color css
<style>
a { background-color: #DF031E; }
a { background-color: rgb(223,3,30); }
div.DivClassName
{
background-color: #DF031E;
}
.BgClassName
{
background-color: #DF031E;
}
</style>
border-color css
<style>
span { border-color: #DF031E; }
span { border-color: rgb(223,3,30); }
td.TdClassName
{
border-color: #DF031E;
}
.TagClassName
{
border-color: #DF031E;
}
</style>