Shades of Crimson #DE1839
Tints of Crimson #DE1839
RGB
CMYK
RGB Variations
Color information
#DE1839 (or 0xDE1839) is known color: Crimson. HEX triplet: DE, 18 and 39. RGB value is (222,24,57). Sum of RGB (Red+Green+Blue) = 222+24+57=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1839 is #21E7C6. Grayscale: #575757. Windows color (decimal): -2222023 or 3741918. OLE color: 3741918.
HSL color Cylindrical-coordinate representation of color #DE1839: hue angle of 350º 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 #DE1839 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 57 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.13 |
| HSL | 350º | 0.8% | 0.48% | - |
| HSV(B) | 350º | 0.89% | 0.87% | - |
| XYZ | 31.19 | 16.48 | 5.41 | - |
| YUV | 86.96 | 111.1 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 57 | 0 | 0.89 | 0.74 | 0.13 | 350 | 0.8 | 0.48 |
| Hex | DE | 18 | 39 | 0 | 59 | 4A | D | 15E | 50 | 30 |
| Octal | 336 | 30 | 71 | 0 | 131 | 112 | 15 | 536 | 120 | 60 |
| Binary | 11011110 | 11000 | 111001 | 0 | 1011001 | 1001010 | 1101 | 101011110 | 1010000 | 110000 |
Color Harmonies of #DE1839
Complementary color
Monochromatic Colors of #DE1839
Black with #DE1839
Text Example
Text Example
White with #DE1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1839; }
p { color: rgb(222,24,57); }
H1.HeaderClassName
{
color: #DE1839;
}
.AnyTagClassName
{
color: #DE1839;
}
</style>
background-color css
<style>
a { background-color: #DE1839; }
a { background-color: rgb(222,24,57); }
div.DivClassName
{
background-color: #DE1839;
}
.BgClassName
{
background-color: #DE1839;
}
</style>
border-color css
<style>
span { border-color: #DE1839; }
span { border-color: rgb(222,24,57); }
td.TdClassName
{
border-color: #DE1839;
}
.TagClassName
{
border-color: #DE1839;
}
</style>