Shades of Crimson #EA0F37
Tints of Crimson #EA0F37
RGB
CMYK
RGB Variations
Color information
#EA0F37 (or 0xEA0F37) is known color: Crimson. HEX triplet: EA, 0F and 37. RGB value is (234,15,55). Sum of RGB (Red+Green+Blue) = 234+15+55=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F37 is #15F0C8. Grayscale: #555555. Windows color (decimal): -1437897 or 3608554. OLE color: 3608554.
HSL color Cylindrical-coordinate representation of color #EA0F37: hue angle of 349.04º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F37 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 55 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.08 |
| HSL | 349.04º | 0.88% | 0.49% | - |
| HSV(B) | 349.04º | 0.94% | 0.92% | - |
| XYZ | 34.79 | 18.11 | 5.28 | - |
| YUV | 85.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 55 | 0 | 0.94 | 0.76 | 0.08 | 349.04 | 0.88 | 0.49 |
| Hex | EA | F | 37 | 0 | 5E | 4C | 8 | 15D | 58 | 31 |
| Octal | 352 | 17 | 67 | 0 | 136 | 114 | 10 | 535 | 130 | 61 |
| Binary | 11101010 | 1111 | 110111 | 0 | 1011110 | 1001100 | 1000 | 101011101 | 1011000 | 110001 |
Color Harmonies of #EA0F37
Complementary color
Monochromatic Colors of #EA0F37
Black with #EA0F37
Text Example
Text Example
White with #EA0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F37; }
p { color: rgb(234,15,55); }
H1.HeaderClassName
{
color: #EA0F37;
}
.AnyTagClassName
{
color: #EA0F37;
}
</style>
background-color css
<style>
a { background-color: #EA0F37; }
a { background-color: rgb(234,15,55); }
div.DivClassName
{
background-color: #EA0F37;
}
.BgClassName
{
background-color: #EA0F37;
}
</style>
border-color css
<style>
span { border-color: #EA0F37; }
span { border-color: rgb(234,15,55); }
td.TdClassName
{
border-color: #EA0F37;
}
.TagClassName
{
border-color: #EA0F37;
}
</style>