Shades of Crimson #DE1844
Tints of Crimson #DE1844
RGB
CMYK
RGB Variations
Color information
#DE1844 (or 0xDE1844) is known color: Crimson. HEX triplet: DE, 18 and 44. RGB value is (222,24,68). Sum of RGB (Red+Green+Blue) = 222+24+68=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1844 is #21E7BB. Grayscale: #585858. Windows color (decimal): -2222012 or 4462814. OLE color: 4462814.
HSL color Cylindrical-coordinate representation of color #DE1844: hue angle of 346.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1844 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 68 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.13 |
| HSL | 346.67º | 0.8% | 0.48% | - |
| HSV(B) | 346.67º | 0.89% | 0.87% | - |
| XYZ | 31.49 | 16.6 | 7.01 | - |
| YUV | 88.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 68 | 0 | 0.89 | 0.69 | 0.13 | 346.67 | 0.8 | 0.48 |
| Hex | DE | 18 | 44 | 0 | 59 | 45 | D | 15B | 50 | 30 |
| Octal | 336 | 30 | 104 | 0 | 131 | 105 | 15 | 533 | 120 | 60 |
| Binary | 11011110 | 11000 | 1000100 | 0 | 1011001 | 1000101 | 1101 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DE1844
Complementary color
Monochromatic Colors of #DE1844
Black with #DE1844
Text Example
Text Example
White with #DE1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1844; }
p { color: rgb(222,24,68); }
H1.HeaderClassName
{
color: #DE1844;
}
.AnyTagClassName
{
color: #DE1844;
}
</style>
background-color css
<style>
a { background-color: #DE1844; }
a { background-color: rgb(222,24,68); }
div.DivClassName
{
background-color: #DE1844;
}
.BgClassName
{
background-color: #DE1844;
}
</style>
border-color css
<style>
span { border-color: #DE1844; }
span { border-color: rgb(222,24,68); }
td.TdClassName
{
border-color: #DE1844;
}
.TagClassName
{
border-color: #DE1844;
}
</style>