Shades of Crimson #DE2141
Tints of Crimson #DE2141
RGB
CMYK
RGB Variations
Color information
#DE2141 (or 0xDE2141) is known color: Crimson. HEX triplet: DE, 21 and 41. RGB value is (222,33,65). Sum of RGB (Red+Green+Blue) = 222+33+65=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2141 is #21DEBE. Grayscale: #5D5D5D. Windows color (decimal): -2219711 or 4268510. OLE color: 4268510.
HSL color Cylindrical-coordinate representation of color #DE2141: hue angle of 349.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2141 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 65 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.13 |
| HSL | 349.84º | 0.74% | 0.5% | - |
| HSV(B) | 349.84º | 0.85% | 0.87% | - |
| XYZ | 31.62 | 17 | 6.62 | - |
| YUV | 93.16 | 112.12 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 65 | 0 | 0.85 | 0.71 | 0.13 | 349.84 | 0.74 | 0.5 |
| Hex | DE | 21 | 41 | 0 | 55 | 47 | D | 15E | 4A | 32 |
| Octal | 336 | 41 | 101 | 0 | 125 | 107 | 15 | 536 | 112 | 62 |
| Binary | 11011110 | 100001 | 1000001 | 0 | 1010101 | 1000111 | 1101 | 101011110 | 1001010 | 110010 |
Color Harmonies of #DE2141
Complementary color
Monochromatic Colors of #DE2141
Black with #DE2141
Text Example
Text Example
White with #DE2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2141; }
p { color: rgb(222,33,65); }
H1.HeaderClassName
{
color: #DE2141;
}
.AnyTagClassName
{
color: #DE2141;
}
</style>
background-color css
<style>
a { background-color: #DE2141; }
a { background-color: rgb(222,33,65); }
div.DivClassName
{
background-color: #DE2141;
}
.BgClassName
{
background-color: #DE2141;
}
</style>
border-color css
<style>
span { border-color: #DE2141; }
span { border-color: rgb(222,33,65); }
td.TdClassName
{
border-color: #DE2141;
}
.TagClassName
{
border-color: #DE2141;
}
</style>