Shades of Crimson #DD1535
Tints of Crimson #DD1535
RGB
CMYK
RGB Variations
Color information
#DD1535 (or 0xDD1535) is known color: Crimson. HEX triplet: DD, 15 and 35. RGB value is (221,21,53). Sum of RGB (Red+Green+Blue) = 221+21+53=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1535 is #22EACA. Grayscale: #545454. Windows color (decimal): -2288331 or 3479005. OLE color: 3479005.
HSL color Cylindrical-coordinate representation of color #DD1535: hue angle of 350.4º 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 #DD1535 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.4º | 0.83% | 0.47% | - |
| HSV(B) | 350.4º | 0.9% | 0.87% | - |
| XYZ | 30.73 | 16.17 | 4.87 | - |
| YUV | 84.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 53 | 0 | 0.90 | 0.76 | 0.13 | 350.4 | 0.83 | 0.47 |
| Hex | DD | 15 | 35 | 0 | 5A | 4C | D | 15E | 53 | 2F |
| Octal | 335 | 25 | 65 | 0 | 132 | 114 | 15 | 536 | 123 | 57 |
| Binary | 11011101 | 10101 | 110101 | 0 | 1011010 | 1001100 | 1101 | 101011110 | 1010011 | 101111 |
Color Harmonies of #DD1535
Complementary color
Monochromatic Colors of #DD1535
Black with #DD1535
Text Example
Text Example
White with #DD1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1535; }
p { color: rgb(221,21,53); }
H1.HeaderClassName
{
color: #DD1535;
}
.AnyTagClassName
{
color: #DD1535;
}
</style>
background-color css
<style>
a { background-color: #DD1535; }
a { background-color: rgb(221,21,53); }
div.DivClassName
{
background-color: #DD1535;
}
.BgClassName
{
background-color: #DD1535;
}
</style>
border-color css
<style>
span { border-color: #DD1535; }
span { border-color: rgb(221,21,53); }
td.TdClassName
{
border-color: #DD1535;
}
.TagClassName
{
border-color: #DD1535;
}
</style>