Shades of Venetian Red #DF030B
Tints of Venetian Red #DF030B
RGB
CMYK
RGB Variations
Color information
#DF030B (or 0xDF030B) is known color: Venetian Red. HEX triplet: DF, 03 and 0B. RGB value is (223,3,11). Sum of RGB (Red+Green+Blue) = 223+3+11=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF030B is #20FCF4. Grayscale: #454545. Windows color (decimal): -2161909 or 721887. OLE color: 721887.
HSL color Cylindrical-coordinate representation of color #DF030B: hue angle of 357.82º 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 #DF030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.13 |
| HSL | 357.82º | 0.97% | 0.44% | - |
| HSV(B) | 357.82º | 0.99% | 0.87% | - |
| XYZ | 30.52 | 15.78 | 1.75 | - |
| YUV | 69.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 11 | 0 | 0.99 | 0.95 | 0.13 | 357.82 | 0.97 | 0.44 |
| Hex | DF | 3 | B | 0 | 63 | 5F | D | 166 | 61 | 2C |
| Octal | 337 | 3 | 13 | 0 | 143 | 137 | 15 | 546 | 141 | 54 |
| Binary | 11011111 | 11 | 1011 | 0 | 1100011 | 1011111 | 1101 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DF030B
Complementary color
Monochromatic Colors of #DF030B
Black with #DF030B
Text Example
Text Example
White with #DF030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF030B; }
p { color: rgb(223,3,11); }
H1.HeaderClassName
{
color: #DF030B;
}
.AnyTagClassName
{
color: #DF030B;
}
</style>
background-color css
<style>
a { background-color: #DF030B; }
a { background-color: rgb(223,3,11); }
div.DivClassName
{
background-color: #DF030B;
}
.BgClassName
{
background-color: #DF030B;
}
</style>
border-color css
<style>
span { border-color: #DF030B; }
span { border-color: rgb(223,3,11); }
td.TdClassName
{
border-color: #DF030B;
}
.TagClassName
{
border-color: #DF030B;
}
</style>