Shades of Venetian Red #DF030E
Tints of Venetian Red #DF030E
RGB
CMYK
RGB Variations
Color information
#DF030E (or 0xDF030E) is known color: Venetian Red. HEX triplet: DF, 03 and 0E. RGB value is (223,3,14). Sum of RGB (Red+Green+Blue) = 223+3+14=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF030E is #20FCF1. Grayscale: #464646. Windows color (decimal): -2161906 or 918495. OLE color: 918495.
HSL color Cylindrical-coordinate representation of color #DF030E: hue angle of 357º 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 #DF030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.13 |
| HSL | 357º | 0.97% | 0.44% | - |
| HSV(B) | 357º | 0.99% | 0.87% | - |
| XYZ | 30.54 | 15.78 | 1.85 | - |
| YUV | 70.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 14 | 0 | 0.99 | 0.94 | 0.13 | 357 | 0.97 | 0.44 |
| Hex | DF | 3 | E | 0 | 63 | 5E | D | 165 | 61 | 2C |
| Octal | 337 | 3 | 16 | 0 | 143 | 136 | 15 | 545 | 141 | 54 |
| Binary | 11011111 | 11 | 1110 | 0 | 1100011 | 1011110 | 1101 | 101100101 | 1100001 | 101100 |
Color Harmonies of #DF030E
Complementary color
Monochromatic Colors of #DF030E
Black with #DF030E
Text Example
Text Example
White with #DF030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF030E; }
p { color: rgb(223,3,14); }
H1.HeaderClassName
{
color: #DF030E;
}
.AnyTagClassName
{
color: #DF030E;
}
</style>
background-color css
<style>
a { background-color: #DF030E; }
a { background-color: rgb(223,3,14); }
div.DivClassName
{
background-color: #DF030E;
}
.BgClassName
{
background-color: #DF030E;
}
</style>
border-color css
<style>
span { border-color: #DF030E; }
span { border-color: rgb(223,3,14); }
td.TdClassName
{
border-color: #DF030E;
}
.TagClassName
{
border-color: #DF030E;
}
</style>