Shades of Venetian Red #DF0613
Tints of Venetian Red #DF0613
RGB
CMYK
RGB Variations
Color information
#DF0613 (or 0xDF0613) is known color: Venetian Red. HEX triplet: DF, 06 and 13. RGB value is (223,6,19). Sum of RGB (Red+Green+Blue) = 223+6+19=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0613 is #20F9EC. Grayscale: #484848. Windows color (decimal): -2161133 or 1246943. OLE color: 1246943.
HSL color Cylindrical-coordinate representation of color #DF0613: hue angle of 356.41º degrees, saturation: 0.95, 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 #DF0613 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.13 |
| HSL | 356.41º | 0.95% | 0.45% | - |
| HSV(B) | 356.41º | 0.97% | 0.87% | - |
| XYZ | 30.61 | 15.87 | 2.06 | - |
| YUV | 72.37 | 97.89 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 19 | 0 | 0.97 | 0.91 | 0.13 | 356.41 | 0.95 | 0.45 |
| Hex | DF | 6 | 13 | 0 | 61 | 5B | D | 164 | 5F | 2D |
| Octal | 337 | 6 | 23 | 0 | 141 | 133 | 15 | 544 | 137 | 55 |
| Binary | 11011111 | 110 | 10011 | 0 | 1100001 | 1011011 | 1101 | 101100100 | 1011111 | 101101 |
Color Harmonies of #DF0613
Complementary color
Monochromatic Colors of #DF0613
Black with #DF0613
Text Example
Text Example
White with #DF0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0613; }
p { color: rgb(223,6,19); }
H1.HeaderClassName
{
color: #DF0613;
}
.AnyTagClassName
{
color: #DF0613;
}
</style>
background-color css
<style>
a { background-color: #DF0613; }
a { background-color: rgb(223,6,19); }
div.DivClassName
{
background-color: #DF0613;
}
.BgClassName
{
background-color: #DF0613;
}
</style>
border-color css
<style>
span { border-color: #DF0613; }
span { border-color: rgb(223,6,19); }
td.TdClassName
{
border-color: #DF0613;
}
.TagClassName
{
border-color: #DF0613;
}
</style>