Shades of Crimson #DD142E
Tints of Crimson #DD142E
RGB
CMYK
RGB Variations
Color information
#DD142E (or 0xDD142E) is known color: Crimson. HEX triplet: DD, 14 and 2E. RGB value is (221,20,46). Sum of RGB (Red+Green+Blue) = 221+20+46=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD142E is #22EBD1. Grayscale: #535353. Windows color (decimal): -2288594 or 3019997. OLE color: 3019997.
HSL color Cylindrical-coordinate representation of color #DD142E: hue angle of 352.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD142E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 46 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.13 |
| HSL | 352.24º | 0.83% | 0.47% | - |
| HSV(B) | 352.24º | 0.91% | 0.87% | - |
| XYZ | 30.56 | 16.07 | 4.08 | - |
| YUV | 83.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 46 | 0 | 0.91 | 0.79 | 0.13 | 352.24 | 0.83 | 0.47 |
| Hex | DD | 14 | 2E | 0 | 5B | 4F | D | 160 | 53 | 2F |
| Octal | 335 | 24 | 56 | 0 | 133 | 117 | 15 | 540 | 123 | 57 |
| Binary | 11011101 | 10100 | 101110 | 0 | 1011011 | 1001111 | 1101 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DD142E
Complementary color
Monochromatic Colors of #DD142E
Black with #DD142E
Text Example
Text Example
White with #DD142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD142E; }
p { color: rgb(221,20,46); }
H1.HeaderClassName
{
color: #DD142E;
}
.AnyTagClassName
{
color: #DD142E;
}
</style>
background-color css
<style>
a { background-color: #DD142E; }
a { background-color: rgb(221,20,46); }
div.DivClassName
{
background-color: #DD142E;
}
.BgClassName
{
background-color: #DD142E;
}
</style>
border-color css
<style>
span { border-color: #DD142E; }
span { border-color: rgb(221,20,46); }
td.TdClassName
{
border-color: #DD142E;
}
.TagClassName
{
border-color: #DD142E;
}
</style>