Shades of Venetian Red #DD030F
Tints of Venetian Red #DD030F
RGB
CMYK
RGB Variations
Color information
#DD030F (or 0xDD030F) is known color: Venetian Red. HEX triplet: DD, 03 and 0F. RGB value is (221,3,15). Sum of RGB (Red+Green+Blue) = 221+3+15=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD030F is #22FCF0. Grayscale: #454545. Windows color (decimal): -2292977 or 984029. OLE color: 984029.
HSL color Cylindrical-coordinate representation of color #DD030F: hue angle of 356.7º 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 #DD030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.13 |
| HSL | 356.7º | 0.97% | 0.44% | - |
| HSV(B) | 356.7º | 0.99% | 0.87% | - |
| XYZ | 29.94 | 15.47 | 1.86 | - |
| YUV | 69.55 | 97.22 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 15 | 0 | 0.99 | 0.93 | 0.13 | 356.7 | 0.97 | 0.44 |
| Hex | DD | 3 | F | 0 | 63 | 5D | D | 165 | 61 | 2C |
| Octal | 335 | 3 | 17 | 0 | 143 | 135 | 15 | 545 | 141 | 54 |
| Binary | 11011101 | 11 | 1111 | 0 | 1100011 | 1011101 | 1101 | 101100101 | 1100001 | 101100 |
Color Harmonies of #DD030F
Complementary color
Monochromatic Colors of #DD030F
Black with #DD030F
Text Example
Text Example
White with #DD030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD030F; }
p { color: rgb(221,3,15); }
H1.HeaderClassName
{
color: #DD030F;
}
.AnyTagClassName
{
color: #DD030F;
}
</style>
background-color css
<style>
a { background-color: #DD030F; }
a { background-color: rgb(221,3,15); }
div.DivClassName
{
background-color: #DD030F;
}
.BgClassName
{
background-color: #DD030F;
}
</style>
border-color css
<style>
span { border-color: #DD030F; }
span { border-color: rgb(221,3,15); }
td.TdClassName
{
border-color: #DD030F;
}
.TagClassName
{
border-color: #DD030F;
}
</style>