Shades of Venetian Red #DD030B
Tints of Venetian Red #DD030B
RGB
CMYK
RGB Variations
Color information
#DD030B (or 0xDD030B) is known color: Venetian Red. HEX triplet: DD, 03 and 0B. RGB value is (221,3,11). Sum of RGB (Red+Green+Blue) = 221+3+11=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD030B is #22FCF4. Grayscale: #454545. Windows color (decimal): -2292981 or 721885. OLE color: 721885.
HSL color Cylindrical-coordinate representation of color #DD030B: hue angle of 357.8º 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 #DD030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.13 |
| HSL | 357.8º | 0.97% | 0.44% | - |
| HSV(B) | 357.8º | 0.99% | 0.87% | - |
| XYZ | 29.91 | 15.46 | 1.72 | - |
| YUV | 69.09 | 95.22 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 11 | 0 | 0.99 | 0.95 | 0.13 | 357.8 | 0.97 | 0.44 |
| Hex | DD | 3 | B | 0 | 63 | 5F | D | 166 | 61 | 2C |
| Octal | 335 | 3 | 13 | 0 | 143 | 137 | 15 | 546 | 141 | 54 |
| Binary | 11011101 | 11 | 1011 | 0 | 1100011 | 1011111 | 1101 | 101100110 | 1100001 | 101100 |
Color Harmonies of #DD030B
Complementary color
Monochromatic Colors of #DD030B
Black with #DD030B
Text Example
Text Example
White with #DD030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD030B; }
p { color: rgb(221,3,11); }
H1.HeaderClassName
{
color: #DD030B;
}
.AnyTagClassName
{
color: #DD030B;
}
</style>
background-color css
<style>
a { background-color: #DD030B; }
a { background-color: rgb(221,3,11); }
div.DivClassName
{
background-color: #DD030B;
}
.BgClassName
{
background-color: #DD030B;
}
</style>
border-color css
<style>
span { border-color: #DD030B; }
span { border-color: rgb(221,3,11); }
td.TdClassName
{
border-color: #DD030B;
}
.TagClassName
{
border-color: #DD030B;
}
</style>