Shades of Venetian Red #DF010D
Tints of Venetian Red #DF010D
RGB
CMYK
RGB Variations
Color information
#DF010D (or 0xDF010D) is known color: Venetian Red. HEX triplet: DF, 01 and 0D. RGB value is (223,1,13). Sum of RGB (Red+Green+Blue) = 223+1+13=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010D is #20FEF2. Grayscale: #444444. Windows color (decimal): -2162419 or 852447. OLE color: 852447.
HSL color Cylindrical-coordinate representation of color #DF010D: hue angle of 356.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.13 |
| HSL | 356.76º | 0.99% | 0.44% | - |
| HSV(B) | 356.76º | 1% | 0.87% | - |
| XYZ | 30.51 | 15.74 | 1.81 | - |
| YUV | 68.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 13 | 0 | 1.00 | 0.94 | 0.13 | 356.76 | 0.99 | 0.44 |
| Hex | DF | 1 | D | 0 | 64 | 5E | D | 165 | 63 | 2C |
| Octal | 337 | 1 | 15 | 0 | 144 | 136 | 15 | 545 | 143 | 54 |
| Binary | 11011111 | 1 | 1101 | 0 | 1100100 | 1011110 | 1101 | 101100101 | 1100011 | 101100 |
Color Harmonies of #DF010D
Complementary color
Monochromatic Colors of #DF010D
Black with #DF010D
Text Example
Text Example
White with #DF010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF010D; }
p { color: rgb(223,1,13); }
H1.HeaderClassName
{
color: #DF010D;
}
.AnyTagClassName
{
color: #DF010D;
}
</style>
background-color css
<style>
a { background-color: #DF010D; }
a { background-color: rgb(223,1,13); }
div.DivClassName
{
background-color: #DF010D;
}
.BgClassName
{
background-color: #DF010D;
}
</style>
border-color css
<style>
span { border-color: #DF010D; }
span { border-color: rgb(223,1,13); }
td.TdClassName
{
border-color: #DF010D;
}
.TagClassName
{
border-color: #DF010D;
}
</style>