Shades of Venetian Red #DF0714
Tints of Venetian Red #DF0714
RGB
CMYK
RGB Variations
Color information
#DF0714 (or 0xDF0714) is known color: Venetian Red. HEX triplet: DF, 07 and 14. RGB value is (223,7,20). Sum of RGB (Red+Green+Blue) = 223+7+20=250 (33% of max value = 765). Red value is 223 (87.5% from 255 or 89.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0714 is #20F8EB. Grayscale: #494949. Windows color (decimal): -2160876 or 1312735. OLE color: 1312735.
HSL color Cylindrical-coordinate representation of color #DF0714: hue angle of 356.39º degrees, saturation: 0.94, 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 #DF0714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.13 |
| HSL | 356.39º | 0.94% | 0.45% | - |
| HSV(B) | 356.39º | 0.97% | 0.87% | - |
| XYZ | 30.63 | 15.89 | 2.11 | - |
| YUV | 73.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 20 | 0 | 0.97 | 0.91 | 0.13 | 356.39 | 0.94 | 0.45 |
| Hex | DF | 7 | 14 | 0 | 61 | 5B | D | 164 | 5E | 2D |
| Octal | 337 | 7 | 24 | 0 | 141 | 133 | 15 | 544 | 136 | 55 |
| Binary | 11011111 | 111 | 10100 | 0 | 1100001 | 1011011 | 1101 | 101100100 | 1011110 | 101101 |
Color Harmonies of #DF0714
Complementary color
Monochromatic Colors of #DF0714
Black with #DF0714
Text Example
Text Example
White with #DF0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0714; }
p { color: rgb(223,7,20); }
H1.HeaderClassName
{
color: #DF0714;
}
.AnyTagClassName
{
color: #DF0714;
}
</style>
background-color css
<style>
a { background-color: #DF0714; }
a { background-color: rgb(223,7,20); }
div.DivClassName
{
background-color: #DF0714;
}
.BgClassName
{
background-color: #DF0714;
}
</style>
border-color css
<style>
span { border-color: #DF0714; }
span { border-color: rgb(223,7,20); }
td.TdClassName
{
border-color: #DF0714;
}
.TagClassName
{
border-color: #DF0714;
}
</style>