Shades of Crimson #DE0F37
Tints of Crimson #DE0F37
RGB
CMYK
RGB Variations
Color information
#DE0F37 (or 0xDE0F37) is known color: Crimson. HEX triplet: DE, 0F and 37. RGB value is (222,15,55). Sum of RGB (Red+Green+Blue) = 222+15+55=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F37 is #21F0C8. Grayscale: #515151. Windows color (decimal): -2224329 or 3608542. OLE color: 3608542.
HSL color Cylindrical-coordinate representation of color #DE0F37: hue angle of 348.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F37 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 55 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.13 |
| HSL | 348.41º | 0.87% | 0.46% | - |
| HSV(B) | 348.41º | 0.93% | 0.87% | - |
| XYZ | 30.98 | 16.15 | 5.1 | - |
| YUV | 81.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 55 | 0 | 0.93 | 0.75 | 0.13 | 348.41 | 0.87 | 0.46 |
| Hex | DE | F | 37 | 0 | 5D | 4B | D | 15C | 57 | 2E |
| Octal | 336 | 17 | 67 | 0 | 135 | 113 | 15 | 534 | 127 | 56 |
| Binary | 11011110 | 1111 | 110111 | 0 | 1011101 | 1001011 | 1101 | 101011100 | 1010111 | 101110 |
Color Harmonies of #DE0F37
Complementary color
Monochromatic Colors of #DE0F37
Black with #DE0F37
Text Example
Text Example
White with #DE0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F37; }
p { color: rgb(222,15,55); }
H1.HeaderClassName
{
color: #DE0F37;
}
.AnyTagClassName
{
color: #DE0F37;
}
</style>
background-color css
<style>
a { background-color: #DE0F37; }
a { background-color: rgb(222,15,55); }
div.DivClassName
{
background-color: #DE0F37;
}
.BgClassName
{
background-color: #DE0F37;
}
</style>
border-color css
<style>
span { border-color: #DE0F37; }
span { border-color: rgb(222,15,55); }
td.TdClassName
{
border-color: #DE0F37;
}
.TagClassName
{
border-color: #DE0F37;
}
</style>