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