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