Shades of Crimson #DD1238
Tints of Crimson #DD1238
RGB
CMYK
RGB Variations
Color information
#DD1238 (or 0xDD1238) is known color: Crimson. HEX triplet: DD, 12 and 38. RGB value is (221,18,56). Sum of RGB (Red+Green+Blue) = 221+18+56=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1238 is #22EDC7. Grayscale: #535353. Windows color (decimal): -2289096 or 3674845. OLE color: 3674845.
HSL color Cylindrical-coordinate representation of color #DD1238: hue angle of 348.77º 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 #DD1238 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 56 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.13 |
| HSL | 348.77º | 0.85% | 0.47% | - |
| HSV(B) | 348.77º | 0.92% | 0.87% | - |
| XYZ | 30.75 | 16.09 | 5.23 | - |
| YUV | 83.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 56 | 0 | 0.92 | 0.75 | 0.13 | 348.77 | 0.85 | 0.47 |
| Hex | DD | 12 | 38 | 0 | 5C | 4B | D | 15D | 55 | 2F |
| Octal | 335 | 22 | 70 | 0 | 134 | 113 | 15 | 535 | 125 | 57 |
| Binary | 11011101 | 10010 | 111000 | 0 | 1011100 | 1001011 | 1101 | 101011101 | 1010101 | 101111 |
Color Harmonies of #DD1238
Complementary color
Monochromatic Colors of #DD1238
Black with #DD1238
Text Example
Text Example
White with #DD1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1238; }
p { color: rgb(221,18,56); }
H1.HeaderClassName
{
color: #DD1238;
}
.AnyTagClassName
{
color: #DD1238;
}
</style>
background-color css
<style>
a { background-color: #DD1238; }
a { background-color: rgb(221,18,56); }
div.DivClassName
{
background-color: #DD1238;
}
.BgClassName
{
background-color: #DD1238;
}
</style>
border-color css
<style>
span { border-color: #DD1238; }
span { border-color: rgb(221,18,56); }
td.TdClassName
{
border-color: #DD1238;
}
.TagClassName
{
border-color: #DD1238;
}
</style>