Shades of Crimson #DE2244
Tints of Crimson #DE2244
RGB
CMYK
RGB Variations
Color information
#DE2244 (or 0xDE2244) is known color: Crimson. HEX triplet: DE, 22 and 44. RGB value is (222,34,68). Sum of RGB (Red+Green+Blue) = 222+34+68=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2244 is #21DDBB. Grayscale: #5E5E5E. Windows color (decimal): -2219452 or 4465374. OLE color: 4465374.
HSL color Cylindrical-coordinate representation of color #DE2244: hue angle of 349.15º 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 #DE2244 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 68 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.13 |
| HSL | 349.15º | 0.74% | 0.5% | - |
| HSV(B) | 349.15º | 0.85% | 0.87% | - |
| XYZ | 31.74 | 17.09 | 7.09 | - |
| YUV | 94.09 | 113.28 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 68 | 0 | 0.85 | 0.69 | 0.13 | 349.15 | 0.74 | 0.5 |
| Hex | DE | 22 | 44 | 0 | 55 | 45 | D | 15D | 4A | 32 |
| Octal | 336 | 42 | 104 | 0 | 125 | 105 | 15 | 535 | 112 | 62 |
| Binary | 11011110 | 100010 | 1000100 | 0 | 1010101 | 1000101 | 1101 | 101011101 | 1001010 | 110010 |
Color Harmonies of #DE2244
Complementary color
Monochromatic Colors of #DE2244
Black with #DE2244
Text Example
Text Example
White with #DE2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2244; }
p { color: rgb(222,34,68); }
H1.HeaderClassName
{
color: #DE2244;
}
.AnyTagClassName
{
color: #DE2244;
}
</style>
background-color css
<style>
a { background-color: #DE2244; }
a { background-color: rgb(222,34,68); }
div.DivClassName
{
background-color: #DE2244;
}
.BgClassName
{
background-color: #DE2244;
}
</style>
border-color css
<style>
span { border-color: #DE2244; }
span { border-color: rgb(222,34,68); }
td.TdClassName
{
border-color: #DE2244;
}
.TagClassName
{
border-color: #DE2244;
}
</style>