Shades of Venetian Red #DF031F
Tints of Venetian Red #DF031F
RGB
CMYK
RGB Variations
Color information
#DF031F (or 0xDF031F) is known color: Venetian Red. HEX triplet: DF, 03 and 1F. RGB value is (223,3,31). Sum of RGB (Red+Green+Blue) = 223+3+31=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF031F is #20FCE0. Grayscale: #484848. Windows color (decimal): -2161889 or 2032607. OLE color: 2032607.
HSL color Cylindrical-coordinate representation of color #DF031F: hue angle of 352.36º 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 #DF031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.13 |
| HSL | 352.36º | 0.97% | 0.44% | - |
| HSV(B) | 352.36º | 0.99% | 0.87% | - |
| XYZ | 30.71 | 15.85 | 2.74 | - |
| YUV | 71.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 31 | 0 | 0.99 | 0.86 | 0.13 | 352.36 | 0.97 | 0.44 |
| Hex | DF | 3 | 1F | 0 | 63 | 56 | D | 160 | 61 | 2C |
| Octal | 337 | 3 | 37 | 0 | 143 | 126 | 15 | 540 | 141 | 54 |
| Binary | 11011111 | 11 | 11111 | 0 | 1100011 | 1010110 | 1101 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DF031F
Complementary color
Monochromatic Colors of #DF031F
Black with #DF031F
Text Example
Text Example
White with #DF031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF031F; }
p { color: rgb(223,3,31); }
H1.HeaderClassName
{
color: #DF031F;
}
.AnyTagClassName
{
color: #DF031F;
}
</style>
background-color css
<style>
a { background-color: #DF031F; }
a { background-color: rgb(223,3,31); }
div.DivClassName
{
background-color: #DF031F;
}
.BgClassName
{
background-color: #DF031F;
}
</style>
border-color css
<style>
span { border-color: #DF031F; }
span { border-color: rgb(223,3,31); }
td.TdClassName
{
border-color: #DF031F;
}
.TagClassName
{
border-color: #DF031F;
}
</style>