Shades of Crimson #DD1543
Tints of Crimson #DD1543
RGB
CMYK
RGB Variations
Color information
#DD1543 (or 0xDD1543) is known color: Crimson. HEX triplet: DD, 15 and 43. RGB value is (221,21,67). Sum of RGB (Red+Green+Blue) = 221+21+67=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1543 is #22EABC. Grayscale: #565656. Windows color (decimal): -2288317 or 4396509. OLE color: 4396509.
HSL color Cylindrical-coordinate representation of color #DD1543: hue angle of 346.2º 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 #DD1543 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.13 |
| HSL | 346.2º | 0.83% | 0.47% | - |
| HSV(B) | 346.2º | 0.9% | 0.87% | - |
| XYZ | 31.1 | 16.31 | 6.82 | - |
| YUV | 86.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 67 | 0 | 0.90 | 0.70 | 0.13 | 346.2 | 0.83 | 0.47 |
| Hex | DD | 15 | 43 | 0 | 5A | 46 | D | 15A | 53 | 2F |
| Octal | 335 | 25 | 103 | 0 | 132 | 106 | 15 | 532 | 123 | 57 |
| Binary | 11011101 | 10101 | 1000011 | 0 | 1011010 | 1000110 | 1101 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DD1543
Complementary color
Monochromatic Colors of #DD1543
Black with #DD1543
Text Example
Text Example
White with #DD1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1543; }
p { color: rgb(221,21,67); }
H1.HeaderClassName
{
color: #DD1543;
}
.AnyTagClassName
{
color: #DD1543;
}
</style>
background-color css
<style>
a { background-color: #DD1543; }
a { background-color: rgb(221,21,67); }
div.DivClassName
{
background-color: #DD1543;
}
.BgClassName
{
background-color: #DD1543;
}
</style>
border-color css
<style>
span { border-color: #DD1543; }
span { border-color: rgb(221,21,67); }
td.TdClassName
{
border-color: #DD1543;
}
.TagClassName
{
border-color: #DD1543;
}
</style>