Shades of Crimson #DE1140
Tints of Crimson #DE1140
RGB
CMYK
RGB Variations
Color information
#DE1140 (or 0xDE1140) is known color: Crimson. HEX triplet: DE, 11 and 40. RGB value is (222,17,64). Sum of RGB (Red+Green+Blue) = 222+17+64=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1140 is #21EEBF. Grayscale: #535353. Windows color (decimal): -2223808 or 4198878. OLE color: 4198878.
HSL color Cylindrical-coordinate representation of color #DE1140: hue angle of 346.24º degrees, saturation: 0.86, 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 #DE1140 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 64 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.13 |
| HSL | 346.24º | 0.86% | 0.47% | - |
| HSV(B) | 346.24º | 0.92% | 0.87% | - |
| XYZ | 31.25 | 16.3 | 6.35 | - |
| YUV | 83.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 64 | 0 | 0.92 | 0.71 | 0.13 | 346.24 | 0.86 | 0.47 |
| Hex | DE | 11 | 40 | 0 | 5C | 47 | D | 15A | 56 | 2F |
| Octal | 336 | 21 | 100 | 0 | 134 | 107 | 15 | 532 | 126 | 57 |
| Binary | 11011110 | 10001 | 1000000 | 0 | 1011100 | 1000111 | 1101 | 101011010 | 1010110 | 101111 |
Color Harmonies of #DE1140
Complementary color
Monochromatic Colors of #DE1140
Black with #DE1140
Text Example
Text Example
White with #DE1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1140; }
p { color: rgb(222,17,64); }
H1.HeaderClassName
{
color: #DE1140;
}
.AnyTagClassName
{
color: #DE1140;
}
</style>
background-color css
<style>
a { background-color: #DE1140; }
a { background-color: rgb(222,17,64); }
div.DivClassName
{
background-color: #DE1140;
}
.BgClassName
{
background-color: #DE1140;
}
</style>
border-color css
<style>
span { border-color: #DE1140; }
span { border-color: rgb(222,17,64); }
td.TdClassName
{
border-color: #DE1140;
}
.TagClassName
{
border-color: #DE1140;
}
</style>