Shades of Venetian Red #DF0310
Tints of Venetian Red #DF0310
RGB
CMYK
RGB Variations
Color information
#DF0310 (or 0xDF0310) is known color: Venetian Red. HEX triplet: DF, 03 and 10. RGB value is (223,3,16). Sum of RGB (Red+Green+Blue) = 223+3+16=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0310 is #20FCEF. Grayscale: #464646. Windows color (decimal): -2161904 or 1049567. OLE color: 1049567.
HSL color Cylindrical-coordinate representation of color #DF0310: hue angle of 356.45º 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 #DF0310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.13 |
| HSL | 356.45º | 0.97% | 0.44% | - |
| HSV(B) | 356.45º | 0.99% | 0.87% | - |
| XYZ | 30.56 | 15.79 | 1.93 | - |
| YUV | 70.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 16 | 0 | 0.99 | 0.93 | 0.13 | 356.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 10 | 0 | 63 | 5D | D | 164 | 61 | 2C |
| Octal | 337 | 3 | 20 | 0 | 143 | 135 | 15 | 544 | 141 | 54 |
| Binary | 11011111 | 11 | 10000 | 0 | 1100011 | 1011101 | 1101 | 101100100 | 1100001 | 101100 |
Color Harmonies of #DF0310
Complementary color
Monochromatic Colors of #DF0310
Black with #DF0310
Text Example
Text Example
White with #DF0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0310; }
p { color: rgb(223,3,16); }
H1.HeaderClassName
{
color: #DF0310;
}
.AnyTagClassName
{
color: #DF0310;
}
</style>
background-color css
<style>
a { background-color: #DF0310; }
a { background-color: rgb(223,3,16); }
div.DivClassName
{
background-color: #DF0310;
}
.BgClassName
{
background-color: #DF0310;
}
</style>
border-color css
<style>
span { border-color: #DF0310; }
span { border-color: rgb(223,3,16); }
td.TdClassName
{
border-color: #DF0310;
}
.TagClassName
{
border-color: #DF0310;
}
</style>