Shades of Venetian Red #DF0407
Tints of Venetian Red #DF0407
RGB
CMYK
RGB Variations
Color information
#DF0407 (or 0xDF0407) is known color: Venetian Red. HEX triplet: DF, 04 and 07. RGB value is (223,4,7). Sum of RGB (Red+Green+Blue) = 223+4+7=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0407 is #20FBF8. Grayscale: #464646. Windows color (decimal): -2161657 or 459999. OLE color: 459999.
HSL color Cylindrical-coordinate representation of color #DF0407: hue angle of 359.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.18º | 0.96% | 0.45% | - |
| HSV(B) | 359.18º | 0.98% | 0.87% | - |
| XYZ | 30.51 | 15.79 | 1.64 | - |
| YUV | 69.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 7 | 0 | 0.98 | 0.97 | 0.13 | 359.18 | 0.96 | 0.45 |
| Hex | DF | 4 | 7 | 0 | 62 | 61 | D | 167 | 60 | 2D |
| Octal | 337 | 4 | 7 | 0 | 142 | 141 | 15 | 547 | 140 | 55 |
| Binary | 11011111 | 100 | 111 | 0 | 1100010 | 1100001 | 1101 | 101100111 | 1100000 | 101101 |
Color Harmonies of #DF0407
Complementary color
Monochromatic Colors of #DF0407
Black with #DF0407
Text Example
Text Example
White with #DF0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0407; }
p { color: rgb(223,4,7); }
H1.HeaderClassName
{
color: #DF0407;
}
.AnyTagClassName
{
color: #DF0407;
}
</style>
background-color css
<style>
a { background-color: #DF0407; }
a { background-color: rgb(223,4,7); }
div.DivClassName
{
background-color: #DF0407;
}
.BgClassName
{
background-color: #DF0407;
}
</style>
border-color css
<style>
span { border-color: #DF0407; }
span { border-color: rgb(223,4,7); }
td.TdClassName
{
border-color: #DF0407;
}
.TagClassName
{
border-color: #DF0407;
}
</style>