Shades of Crimson #DD153B
Tints of Crimson #DD153B
RGB
CMYK
RGB Variations
Color information
#DD153B (or 0xDD153B) is known color: Crimson. HEX triplet: DD, 15 and 3B. RGB value is (221,21,59). Sum of RGB (Red+Green+Blue) = 221+21+59=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD153B is #22EAC4. Grayscale: #555555. Windows color (decimal): -2288325 or 3872221. OLE color: 3872221.
HSL color Cylindrical-coordinate representation of color #DD153B: hue angle of 348.6º 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 #DD153B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.6º | 0.83% | 0.47% | - |
| HSV(B) | 348.6º | 0.9% | 0.87% | - |
| XYZ | 30.88 | 16.22 | 5.64 | - |
| YUV | 85.13 | 113.26 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 59 | 0 | 0.90 | 0.73 | 0.13 | 348.6 | 0.83 | 0.47 |
| Hex | DD | 15 | 3B | 0 | 5A | 49 | D | 15D | 53 | 2F |
| Octal | 335 | 25 | 73 | 0 | 132 | 111 | 15 | 535 | 123 | 57 |
| Binary | 11011101 | 10101 | 111011 | 0 | 1011010 | 1001001 | 1101 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DD153B
Complementary color
Monochromatic Colors of #DD153B
Black with #DD153B
Text Example
Text Example
White with #DD153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD153B; }
p { color: rgb(221,21,59); }
H1.HeaderClassName
{
color: #DD153B;
}
.AnyTagClassName
{
color: #DD153B;
}
</style>
background-color css
<style>
a { background-color: #DD153B; }
a { background-color: rgb(221,21,59); }
div.DivClassName
{
background-color: #DD153B;
}
.BgClassName
{
background-color: #DD153B;
}
</style>
border-color css
<style>
span { border-color: #DD153B; }
span { border-color: rgb(221,21,59); }
td.TdClassName
{
border-color: #DD153B;
}
.TagClassName
{
border-color: #DD153B;
}
</style>