Shades of Crimson #DD152D
Tints of Crimson #DD152D
RGB
CMYK
RGB Variations
Color information
#DD152D (or 0xDD152D) is known color: Crimson. HEX triplet: DD, 15 and 2D. RGB value is (221,21,45). Sum of RGB (Red+Green+Blue) = 221+21+45=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD152D is #22EAD2. Grayscale: #535353. Windows color (decimal): -2288339 or 2954717. OLE color: 2954717.
HSL color Cylindrical-coordinate representation of color #DD152D: hue angle of 352.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD152D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.13 |
| HSL | 352.8º | 0.83% | 0.47% | - |
| HSV(B) | 352.8º | 0.9% | 0.87% | - |
| XYZ | 30.56 | 16.1 | 3.98 | - |
| YUV | 83.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 45 | 0 | 0.90 | 0.80 | 0.13 | 352.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 2D | 0 | 5A | 50 | D | 161 | 53 | 2F |
| Octal | 335 | 25 | 55 | 0 | 132 | 120 | 15 | 541 | 123 | 57 |
| Binary | 11011101 | 10101 | 101101 | 0 | 1011010 | 1010000 | 1101 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DD152D
Complementary color
Monochromatic Colors of #DD152D
Black with #DD152D
Text Example
Text Example
White with #DD152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD152D; }
p { color: rgb(221,21,45); }
H1.HeaderClassName
{
color: #DD152D;
}
.AnyTagClassName
{
color: #DD152D;
}
</style>
background-color css
<style>
a { background-color: #DD152D; }
a { background-color: rgb(221,21,45); }
div.DivClassName
{
background-color: #DD152D;
}
.BgClassName
{
background-color: #DD152D;
}
</style>
border-color css
<style>
span { border-color: #DD152D; }
span { border-color: rgb(221,21,45); }
td.TdClassName
{
border-color: #DD152D;
}
.TagClassName
{
border-color: #DD152D;
}
</style>