Shades of Crimson #DD1243
Tints of Crimson #DD1243
RGB
CMYK
RGB Variations
Color information
#DD1243 (or 0xDD1243) is known color: Crimson. HEX triplet: DD, 12 and 43. RGB value is (221,18,67). Sum of RGB (Red+Green+Blue) = 221+18+67=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1243 is #22EDBC. Grayscale: #545454. Windows color (decimal): -2289085 or 4395741. OLE color: 4395741.
HSL color Cylindrical-coordinate representation of color #DD1243: hue angle of 345.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1243 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.13 |
| HSL | 345.52º | 0.85% | 0.47% | - |
| HSV(B) | 345.52º | 0.92% | 0.87% | - |
| XYZ | 31.05 | 16.21 | 6.8 | - |
| YUV | 84.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 67 | 0 | 0.92 | 0.70 | 0.13 | 345.52 | 0.85 | 0.47 |
| Hex | DD | 12 | 43 | 0 | 5C | 46 | D | 15A | 55 | 2F |
| Octal | 335 | 22 | 103 | 0 | 134 | 106 | 15 | 532 | 125 | 57 |
| Binary | 11011101 | 10010 | 1000011 | 0 | 1011100 | 1000110 | 1101 | 101011010 | 1010101 | 101111 |
Color Harmonies of #DD1243
Complementary color
Monochromatic Colors of #DD1243
Black with #DD1243
Text Example
Text Example
White with #DD1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1243; }
p { color: rgb(221,18,67); }
H1.HeaderClassName
{
color: #DD1243;
}
.AnyTagClassName
{
color: #DD1243;
}
</style>
background-color css
<style>
a { background-color: #DD1243; }
a { background-color: rgb(221,18,67); }
div.DivClassName
{
background-color: #DD1243;
}
.BgClassName
{
background-color: #DD1243;
}
</style>
border-color css
<style>
span { border-color: #DD1243; }
span { border-color: rgb(221,18,67); }
td.TdClassName
{
border-color: #DD1243;
}
.TagClassName
{
border-color: #DD1243;
}
</style>