Shades of Venetian Red #DF0619
Tints of Venetian Red #DF0619
RGB
CMYK
RGB Variations
Color information
#DF0619 (or 0xDF0619) is known color: Venetian Red. HEX triplet: DF, 06 and 19. RGB value is (223,6,25). Sum of RGB (Red+Green+Blue) = 223+6+25=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0619 is #20F9E6. Grayscale: #494949. Windows color (decimal): -2161127 or 1640159. OLE color: 1640159.
HSL color Cylindrical-coordinate representation of color #DF0619: hue angle of 354.75º 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 #DF0619 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.13 |
| HSL | 354.75º | 0.95% | 0.45% | - |
| HSV(B) | 354.75º | 0.97% | 0.87% | - |
| XYZ | 30.67 | 15.89 | 2.37 | - |
| YUV | 73.05 | 100.89 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 25 | 0 | 0.97 | 0.89 | 0.13 | 354.75 | 0.95 | 0.45 |
| Hex | DF | 6 | 19 | 0 | 61 | 59 | D | 163 | 5F | 2D |
| Octal | 337 | 6 | 31 | 0 | 141 | 131 | 15 | 543 | 137 | 55 |
| Binary | 11011111 | 110 | 11001 | 0 | 1100001 | 1011001 | 1101 | 101100011 | 1011111 | 101101 |
Color Harmonies of #DF0619
Complementary color
Monochromatic Colors of #DF0619
Black with #DF0619
Text Example
Text Example
White with #DF0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0619; }
p { color: rgb(223,6,25); }
H1.HeaderClassName
{
color: #DF0619;
}
.AnyTagClassName
{
color: #DF0619;
}
</style>
background-color css
<style>
a { background-color: #DF0619; }
a { background-color: rgb(223,6,25); }
div.DivClassName
{
background-color: #DF0619;
}
.BgClassName
{
background-color: #DF0619;
}
</style>
border-color css
<style>
span { border-color: #DF0619; }
span { border-color: rgb(223,6,25); }
td.TdClassName
{
border-color: #DF0619;
}
.TagClassName
{
border-color: #DF0619;
}
</style>