Shades of Crimson #EA0F32
Tints of Crimson #EA0F32
RGB
CMYK
RGB Variations
Color information
#EA0F32 (or 0xEA0F32) is known color: Crimson. HEX triplet: EA, 0F and 32. RGB value is (234,15,50). Sum of RGB (Red+Green+Blue) = 234+15+50=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F32 is #15F0CD. Grayscale: #545454. Windows color (decimal): -1437902 or 3280874. OLE color: 3280874.
HSL color Cylindrical-coordinate representation of color #EA0F32: hue angle of 350.41º 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 #EA0F32 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 50 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.08 |
| HSL | 350.41º | 0.88% | 0.49% | - |
| HSV(B) | 350.41º | 0.94% | 0.92% | - |
| XYZ | 34.68 | 18.06 | 4.68 | - |
| YUV | 84.47 | 108.55 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 50 | 0 | 0.94 | 0.79 | 0.08 | 350.41 | 0.88 | 0.49 |
| Hex | EA | F | 32 | 0 | 5E | 4F | 8 | 15E | 58 | 31 |
| Octal | 352 | 17 | 62 | 0 | 136 | 117 | 10 | 536 | 130 | 61 |
| Binary | 11101010 | 1111 | 110010 | 0 | 1011110 | 1001111 | 1000 | 101011110 | 1011000 | 110001 |
Color Harmonies of #EA0F32
Complementary color
Monochromatic Colors of #EA0F32
Black with #EA0F32
Text Example
Text Example
White with #EA0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F32; }
p { color: rgb(234,15,50); }
H1.HeaderClassName
{
color: #EA0F32;
}
.AnyTagClassName
{
color: #EA0F32;
}
</style>
background-color css
<style>
a { background-color: #EA0F32; }
a { background-color: rgb(234,15,50); }
div.DivClassName
{
background-color: #EA0F32;
}
.BgClassName
{
background-color: #EA0F32;
}
</style>
border-color css
<style>
span { border-color: #EA0F32; }
span { border-color: rgb(234,15,50); }
td.TdClassName
{
border-color: #EA0F32;
}
.TagClassName
{
border-color: #EA0F32;
}
</style>