Shades of Venetian Red #DD0310
Tints of Venetian Red #DD0310
RGB
CMYK
RGB Variations
Color information
#DD0310 (or 0xDD0310) is known color: Venetian Red. HEX triplet: DD, 03 and 10. RGB value is (221,3,16). Sum of RGB (Red+Green+Blue) = 221+3+16=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0310 is #22FCEF. Grayscale: #454545. Windows color (decimal): -2292976 or 1049565. OLE color: 1049565.
HSL color Cylindrical-coordinate representation of color #DD0310: hue angle of 356.42º 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 #DD0310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.13 |
| HSL | 356.42º | 0.97% | 0.44% | - |
| HSV(B) | 356.42º | 0.99% | 0.87% | - |
| XYZ | 29.94 | 15.47 | 1.9 | - |
| YUV | 69.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 16 | 0 | 0.99 | 0.93 | 0.13 | 356.42 | 0.97 | 0.44 |
| Hex | DD | 3 | 10 | 0 | 63 | 5D | D | 164 | 61 | 2C |
| Octal | 335 | 3 | 20 | 0 | 143 | 135 | 15 | 544 | 141 | 54 |
| Binary | 11011101 | 11 | 10000 | 0 | 1100011 | 1011101 | 1101 | 101100100 | 1100001 | 101100 |
Color Harmonies of #DD0310
Complementary color
Monochromatic Colors of #DD0310
Black with #DD0310
Text Example
Text Example
White with #DD0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0310; }
p { color: rgb(221,3,16); }
H1.HeaderClassName
{
color: #DD0310;
}
.AnyTagClassName
{
color: #DD0310;
}
</style>
background-color css
<style>
a { background-color: #DD0310; }
a { background-color: rgb(221,3,16); }
div.DivClassName
{
background-color: #DD0310;
}
.BgClassName
{
background-color: #DD0310;
}
</style>
border-color css
<style>
span { border-color: #DD0310; }
span { border-color: rgb(221,3,16); }
td.TdClassName
{
border-color: #DD0310;
}
.TagClassName
{
border-color: #DD0310;
}
</style>