Shades of Crimson #DE0937
Tints of Crimson #DE0937
RGB
CMYK
RGB Variations
Color information
#DE0937 (or 0xDE0937) is known color: Crimson. HEX triplet: DE, 09 and 37. RGB value is (222,9,55). Sum of RGB (Red+Green+Blue) = 222+9+55=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0937 is #21F6C8. Grayscale: #4D4D4D. Windows color (decimal): -2225865 or 3607006. OLE color: 3607006.
HSL color Cylindrical-coordinate representation of color #DE0937: hue angle of 347.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0937 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.13 |
| HSL | 347.04º | 0.92% | 0.45% | - |
| HSV(B) | 347.04º | 0.96% | 0.87% | - |
| XYZ | 30.91 | 16 | 5.07 | - |
| YUV | 77.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 55 | 0 | 0.96 | 0.75 | 0.13 | 347.04 | 0.92 | 0.45 |
| Hex | DE | 9 | 37 | 0 | 60 | 4B | D | 15B | 5C | 2D |
| Octal | 336 | 11 | 67 | 0 | 140 | 113 | 15 | 533 | 134 | 55 |
| Binary | 11011110 | 1001 | 110111 | 0 | 1100000 | 1001011 | 1101 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DE0937
Complementary color
Monochromatic Colors of #DE0937
Black with #DE0937
Text Example
Text Example
White with #DE0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0937; }
p { color: rgb(222,9,55); }
H1.HeaderClassName
{
color: #DE0937;
}
.AnyTagClassName
{
color: #DE0937;
}
</style>
background-color css
<style>
a { background-color: #DE0937; }
a { background-color: rgb(222,9,55); }
div.DivClassName
{
background-color: #DE0937;
}
.BgClassName
{
background-color: #DE0937;
}
</style>
border-color css
<style>
span { border-color: #DE0937; }
span { border-color: rgb(222,9,55); }
td.TdClassName
{
border-color: #DE0937;
}
.TagClassName
{
border-color: #DE0937;
}
</style>