Shades of Venetian Red #DD0003
Tints of Venetian Red #DD0003
RGB
CMYK
RGB Variations
Color information
#DD0003 (or 0xDD0003) is known color: Venetian Red. HEX triplet: DD, 00 and 03. RGB value is (221,0,3). Sum of RGB (Red+Green+Blue) = 221+0+3=224 (29% of max value = 765). Red value is 221 (86.72% from 255 or 98.66% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0003 is #22FFFC. Grayscale: #424242. Windows color (decimal): -2293757 or 196829. OLE color: 196829.
HSL color Cylindrical-coordinate representation of color #DD0003: hue angle of 359.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.13 |
| HSL | 359.19º | 1% | 0.43% | - |
| HSV(B) | 359.19º | 1% | 0.87% | - |
| XYZ | 29.84 | 15.38 | 1.48 | - |
| YUV | 66.42 | 92.22 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 3 | 0 | 1 | 0.99 | 0.13 | 359.19 | 1 | 0.43 |
| Hex | DD | 0 | 3 | 0 | 64 | 63 | D | 167 | 64 | 2B |
| Octal | 335 | 0 | 3 | 0 | 144 | 143 | 15 | 547 | 144 | 53 |
| Binary | 11011101 | 0 | 11 | 0 | 1100100 | 1100011 | 1101 | 101100111 | 1100100 | 101011 |
Color Harmonies of #DD0003
Complementary color
Monochromatic Colors of #DD0003
Black with #DD0003
Text Example
Text Example
White with #DD0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0003; }
p { color: rgb(221,0,3); }
H1.HeaderClassName
{
color: #DD0003;
}
.AnyTagClassName
{
color: #DD0003;
}
</style>
background-color css
<style>
a { background-color: #DD0003; }
a { background-color: rgb(221,0,3); }
div.DivClassName
{
background-color: #DD0003;
}
.BgClassName
{
background-color: #DD0003;
}
</style>
border-color css
<style>
span { border-color: #DD0003; }
span { border-color: rgb(221,0,3); }
td.TdClassName
{
border-color: #DD0003;
}
.TagClassName
{
border-color: #DD0003;
}
</style>