Shades of Venetian Red #DF031B
Tints of Venetian Red #DF031B
RGB
CMYK
RGB Variations
Color information
#DF031B (or 0xDF031B) is known color: Venetian Red. HEX triplet: DF, 03 and 1B. RGB value is (223,3,27). Sum of RGB (Red+Green+Blue) = 223+3+27=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF031B is #20FCE4. Grayscale: #474747. Windows color (decimal): -2161893 or 1770463. OLE color: 1770463.
HSL color Cylindrical-coordinate representation of color #DF031B: hue angle of 353.45º 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 #DF031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.13 |
| HSL | 353.45º | 0.97% | 0.44% | - |
| HSV(B) | 353.45º | 0.99% | 0.87% | - |
| XYZ | 30.66 | 15.83 | 2.48 | - |
| YUV | 71.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 27 | 0 | 0.99 | 0.88 | 0.13 | 353.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 1B | 0 | 63 | 58 | D | 161 | 61 | 2C |
| Octal | 337 | 3 | 33 | 0 | 143 | 130 | 15 | 541 | 141 | 54 |
| Binary | 11011111 | 11 | 11011 | 0 | 1100011 | 1011000 | 1101 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DF031B
Complementary color
Monochromatic Colors of #DF031B
Black with #DF031B
Text Example
Text Example
White with #DF031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF031B; }
p { color: rgb(223,3,27); }
H1.HeaderClassName
{
color: #DF031B;
}
.AnyTagClassName
{
color: #DF031B;
}
</style>
background-color css
<style>
a { background-color: #DF031B; }
a { background-color: rgb(223,3,27); }
div.DivClassName
{
background-color: #DF031B;
}
.BgClassName
{
background-color: #DF031B;
}
</style>
border-color css
<style>
span { border-color: #DF031B; }
span { border-color: rgb(223,3,27); }
td.TdClassName
{
border-color: #DF031B;
}
.TagClassName
{
border-color: #DF031B;
}
</style>