Shades of Crimson #DD1537
Tints of Crimson #DD1537
RGB
CMYK
RGB Variations
Color information
#DD1537 (or 0xDD1537) is known color: Crimson. HEX triplet: DD, 15 and 37. RGB value is (221,21,55). Sum of RGB (Red+Green+Blue) = 221+21+55=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1537 is #22EAC8. Grayscale: #545454. Windows color (decimal): -2288329 or 3610077. OLE color: 3610077.
HSL color Cylindrical-coordinate representation of color #DD1537: hue angle of 349.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 #DD1537 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 55 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.13 |
| HSL | 349.8º | 0.83% | 0.47% | - |
| HSV(B) | 349.8º | 0.9% | 0.87% | - |
| XYZ | 30.78 | 16.18 | 5.12 | - |
| YUV | 84.68 | 111.26 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 55 | 0 | 0.90 | 0.75 | 0.13 | 349.8 | 0.83 | 0.47 |
| Hex | DD | 15 | 37 | 0 | 5A | 4B | D | 15E | 53 | 2F |
| Octal | 335 | 25 | 67 | 0 | 132 | 113 | 15 | 536 | 123 | 57 |
| Binary | 11011101 | 10101 | 110111 | 0 | 1011010 | 1001011 | 1101 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DD1537
Complementary color
Monochromatic Colors of #DD1537
Black with #DD1537
Text Example
Text Example
White with #DD1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1537; }
p { color: rgb(221,21,55); }
H1.HeaderClassName
{
color: #DD1537;
}
.AnyTagClassName
{
color: #DD1537;
}
</style>
background-color css
<style>
a { background-color: #DD1537; }
a { background-color: rgb(221,21,55); }
div.DivClassName
{
background-color: #DD1537;
}
.BgClassName
{
background-color: #DD1537;
}
</style>
border-color css
<style>
span { border-color: #DD1537; }
span { border-color: rgb(221,21,55); }
td.TdClassName
{
border-color: #DD1537;
}
.TagClassName
{
border-color: #DD1537;
}
</style>