Shades of Venetian Red #DF061B
Tints of Venetian Red #DF061B
RGB
CMYK
RGB Variations
Color information
#DF061B (or 0xDF061B) is known color: Venetian Red. HEX triplet: DF, 06 and 1B. RGB value is (223,6,27). Sum of RGB (Red+Green+Blue) = 223+6+27=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF061B is #20F9E4. Grayscale: #494949. Windows color (decimal): -2161125 or 1771231. OLE color: 1771231.
HSL color Cylindrical-coordinate representation of color #DF061B: hue angle of 354.19º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF061B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.13 |
| HSL | 354.19º | 0.95% | 0.45% | - |
| HSV(B) | 354.19º | 0.97% | 0.87% | - |
| XYZ | 30.69 | 15.9 | 2.49 | - |
| YUV | 73.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 27 | 0 | 0.97 | 0.88 | 0.13 | 354.19 | 0.95 | 0.45 |
| Hex | DF | 6 | 1B | 0 | 61 | 58 | D | 162 | 5F | 2D |
| Octal | 337 | 6 | 33 | 0 | 141 | 130 | 15 | 542 | 137 | 55 |
| Binary | 11011111 | 110 | 11011 | 0 | 1100001 | 1011000 | 1101 | 101100010 | 1011111 | 101101 |
Color Harmonies of #DF061B
Complementary color
Monochromatic Colors of #DF061B
Black with #DF061B
Text Example
Text Example
White with #DF061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF061B; }
p { color: rgb(223,6,27); }
H1.HeaderClassName
{
color: #DF061B;
}
.AnyTagClassName
{
color: #DF061B;
}
</style>
background-color css
<style>
a { background-color: #DF061B; }
a { background-color: rgb(223,6,27); }
div.DivClassName
{
background-color: #DF061B;
}
.BgClassName
{
background-color: #DF061B;
}
</style>
border-color css
<style>
span { border-color: #DF061B; }
span { border-color: rgb(223,6,27); }
td.TdClassName
{
border-color: #DF061B;
}
.TagClassName
{
border-color: #DF061B;
}
</style>