Shades of Venetian Red #DF0308
Tints of Venetian Red #DF0308
RGB
CMYK
RGB Variations
Color information
#DF0308 (or 0xDF0308) is known color: Venetian Red. HEX triplet: DF, 03 and 08. RGB value is (223,3,8). Sum of RGB (Red+Green+Blue) = 223+3+8=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0308 is #20FCF7. Grayscale: #454545. Windows color (decimal): -2161912 or 525279. OLE color: 525279.
HSL color Cylindrical-coordinate representation of color #DF0308: hue angle of 358.64º 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 #DF0308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.13 |
| HSL | 358.64º | 0.97% | 0.44% | - |
| HSV(B) | 358.64º | 0.99% | 0.87% | - |
| XYZ | 30.51 | 15.77 | 1.67 | - |
| YUV | 69.35 | 93.39 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 8 | 0 | 0.99 | 0.96 | 0.13 | 358.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 8 | 0 | 63 | 60 | D | 167 | 61 | 2C |
| Octal | 337 | 3 | 10 | 0 | 143 | 140 | 15 | 547 | 141 | 54 |
| Binary | 11011111 | 11 | 1000 | 0 | 1100011 | 1100000 | 1101 | 101100111 | 1100001 | 101100 |
Color Harmonies of #DF0308
Complementary color
Monochromatic Colors of #DF0308
Black with #DF0308
Text Example
Text Example
White with #DF0308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0308; }
p { color: rgb(223,3,8); }
H1.HeaderClassName
{
color: #DF0308;
}
.AnyTagClassName
{
color: #DF0308;
}
</style>
background-color css
<style>
a { background-color: #DF0308; }
a { background-color: rgb(223,3,8); }
div.DivClassName
{
background-color: #DF0308;
}
.BgClassName
{
background-color: #DF0308;
}
</style>
border-color css
<style>
span { border-color: #DF0308; }
span { border-color: rgb(223,3,8); }
td.TdClassName
{
border-color: #DF0308;
}
.TagClassName
{
border-color: #DF0308;
}
</style>