Shades of Venetian Red #DF041B
Tints of Venetian Red #DF041B
RGB
CMYK
RGB Variations
Color information
#DF041B (or 0xDF041B) is known color: Venetian Red. HEX triplet: DF, 04 and 1B. RGB value is (223,4,27). Sum of RGB (Red+Green+Blue) = 223+4+27=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF041B is #20FBE4. Grayscale: #484848. Windows color (decimal): -2161637 or 1770719. OLE color: 1770719.
HSL color Cylindrical-coordinate representation of color #DF041B: hue angle of 353.7º 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 #DF041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.13 |
| HSL | 353.7º | 0.96% | 0.45% | - |
| HSV(B) | 353.7º | 0.98% | 0.87% | - |
| XYZ | 30.67 | 15.85 | 2.48 | - |
| YUV | 72.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 27 | 0 | 0.98 | 0.88 | 0.13 | 353.7 | 0.96 | 0.45 |
| Hex | DF | 4 | 1B | 0 | 62 | 58 | D | 162 | 60 | 2D |
| Octal | 337 | 4 | 33 | 0 | 142 | 130 | 15 | 542 | 140 | 55 |
| Binary | 11011111 | 100 | 11011 | 0 | 1100010 | 1011000 | 1101 | 101100010 | 1100000 | 101101 |
Color Harmonies of #DF041B
Complementary color
Monochromatic Colors of #DF041B
Black with #DF041B
Text Example
Text Example
White with #DF041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF041B; }
p { color: rgb(223,4,27); }
H1.HeaderClassName
{
color: #DF041B;
}
.AnyTagClassName
{
color: #DF041B;
}
</style>
background-color css
<style>
a { background-color: #DF041B; }
a { background-color: rgb(223,4,27); }
div.DivClassName
{
background-color: #DF041B;
}
.BgClassName
{
background-color: #DF041B;
}
</style>
border-color css
<style>
span { border-color: #DF041B; }
span { border-color: rgb(223,4,27); }
td.TdClassName
{
border-color: #DF041B;
}
.TagClassName
{
border-color: #DF041B;
}
</style>