Shades of Venetian Red #DF0307
Tints of Venetian Red #DF0307
RGB
CMYK
RGB Variations
Color information
#DF0307 (or 0xDF0307) is known color: Venetian Red. HEX triplet: DF, 03 and 07. RGB value is (223,3,7). Sum of RGB (Red+Green+Blue) = 223+3+7=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0307 is #20FCF8. Grayscale: #454545. Windows color (decimal): -2161913 or 459743. OLE color: 459743.
HSL color Cylindrical-coordinate representation of color #DF0307: hue angle of 358.91º 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 #DF0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.13 |
| HSL | 358.91º | 0.97% | 0.44% | - |
| HSV(B) | 358.91º | 0.99% | 0.87% | - |
| XYZ | 30.5 | 15.77 | 1.64 | - |
| YUV | 69.24 | 92.89 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 7 | 0 | 0.99 | 0.97 | 0.13 | 358.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 7 | 0 | 63 | 61 | D | 167 | 61 | 2C |
| Octal | 337 | 3 | 7 | 0 | 143 | 141 | 15 | 547 | 141 | 54 |
| Binary | 11011111 | 11 | 111 | 0 | 1100011 | 1100001 | 1101 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DF0307
Complementary color
Monochromatic Colors of #DF0307
Black with #DF0307
Text Example
Text Example
White with #DF0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0307; }
p { color: rgb(223,3,7); }
H1.HeaderClassName
{
color: #DF0307;
}
.AnyTagClassName
{
color: #DF0307;
}
</style>
background-color css
<style>
a { background-color: #DF0307; }
a { background-color: rgb(223,3,7); }
div.DivClassName
{
background-color: #DF0307;
}
.BgClassName
{
background-color: #DF0307;
}
</style>
border-color css
<style>
span { border-color: #DF0307; }
span { border-color: rgb(223,3,7); }
td.TdClassName
{
border-color: #DF0307;
}
.TagClassName
{
border-color: #DF0307;
}
</style>