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