Shades of Venetian Red #DD0315
Tints of Venetian Red #DD0315
RGB
CMYK
RGB Variations
Color information
#DD0315 (or 0xDD0315) is known color: Venetian Red. HEX triplet: DD, 03 and 15. RGB value is (221,3,21). Sum of RGB (Red+Green+Blue) = 221+3+21=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0315 is #22FCEA. Grayscale: #464646. Windows color (decimal): -2292971 or 1377245. OLE color: 1377245.
HSL color Cylindrical-coordinate representation of color #DD0315: hue angle of 355.05º 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 #DD0315 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.13 |
| HSL | 355.05º | 0.97% | 0.44% | - |
| HSV(B) | 355.05º | 0.99% | 0.87% | - |
| XYZ | 29.99 | 15.49 | 2.12 | - |
| YUV | 70.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 21 | 0 | 0.99 | 0.90 | 0.13 | 355.05 | 0.97 | 0.44 |
| Hex | DD | 3 | 15 | 0 | 63 | 5A | D | 163 | 61 | 2C |
| Octal | 335 | 3 | 25 | 0 | 143 | 132 | 15 | 543 | 141 | 54 |
| Binary | 11011101 | 11 | 10101 | 0 | 1100011 | 1011010 | 1101 | 101100011 | 1100001 | 101100 |
Color Harmonies of #DD0315
Complementary color
Monochromatic Colors of #DD0315
Black with #DD0315
Text Example
Text Example
White with #DD0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0315; }
p { color: rgb(221,3,21); }
H1.HeaderClassName
{
color: #DD0315;
}
.AnyTagClassName
{
color: #DD0315;
}
</style>
background-color css
<style>
a { background-color: #DD0315; }
a { background-color: rgb(221,3,21); }
div.DivClassName
{
background-color: #DD0315;
}
.BgClassName
{
background-color: #DD0315;
}
</style>
border-color css
<style>
span { border-color: #DD0315; }
span { border-color: rgb(221,3,21); }
td.TdClassName
{
border-color: #DD0315;
}
.TagClassName
{
border-color: #DD0315;
}
</style>