Shades of Crimson #DD1533
Tints of Crimson #DD1533
RGB
CMYK
RGB Variations
Color information
#DD1533 (or 0xDD1533) is known color: Crimson. HEX triplet: DD, 15 and 33. RGB value is (221,21,51). Sum of RGB (Red+Green+Blue) = 221+21+51=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1533 is #22EACC. Grayscale: #545454. Windows color (decimal): -2288333 or 3347933. OLE color: 3347933.
HSL color Cylindrical-coordinate representation of color #DD1533: hue angle of 351º 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 #DD1533 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.13 |
| HSL | 351º | 0.83% | 0.47% | - |
| HSV(B) | 351º | 0.9% | 0.87% | - |
| XYZ | 30.68 | 16.15 | 4.63 | - |
| YUV | 84.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 51 | 0 | 0.90 | 0.77 | 0.13 | 351 | 0.83 | 0.47 |
| Hex | DD | 15 | 33 | 0 | 5A | 4D | D | 15F | 53 | 2F |
| Octal | 335 | 25 | 63 | 0 | 132 | 115 | 15 | 537 | 123 | 57 |
| Binary | 11011101 | 10101 | 110011 | 0 | 1011010 | 1001101 | 1101 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DD1533
Complementary color
Monochromatic Colors of #DD1533
Black with #DD1533
Text Example
Text Example
White with #DD1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1533; }
p { color: rgb(221,21,51); }
H1.HeaderClassName
{
color: #DD1533;
}
.AnyTagClassName
{
color: #DD1533;
}
</style>
background-color css
<style>
a { background-color: #DD1533; }
a { background-color: rgb(221,21,51); }
div.DivClassName
{
background-color: #DD1533;
}
.BgClassName
{
background-color: #DD1533;
}
</style>
border-color css
<style>
span { border-color: #DD1533; }
span { border-color: rgb(221,21,51); }
td.TdClassName
{
border-color: #DD1533;
}
.TagClassName
{
border-color: #DD1533;
}
</style>