Shades of Crimson #EA0C40
Tints of Crimson #EA0C40
RGB
CMYK
RGB Variations
Color information
#EA0C40 (or 0xEA0C40) is known color: Crimson. HEX triplet: EA, 0C and 40. RGB value is (234,12,64). Sum of RGB (Red+Green+Blue) = 234+12+64=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C40 is #15F3BF. Grayscale: #545454. Windows color (decimal): -1438656 or 4197610. OLE color: 4197610.
HSL color Cylindrical-coordinate representation of color #EA0C40: hue angle of 345.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.08 |
| HSL | 345.95º | 0.9% | 0.48% | - |
| HSV(B) | 345.95º | 0.95% | 0.92% | - |
| XYZ | 34.99 | 18.13 | 6.5 | - |
| YUV | 84.31 | 116.55 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 64 | 0 | 0.95 | 0.73 | 0.08 | 345.95 | 0.9 | 0.48 |
| Hex | EA | C | 40 | 0 | 5F | 49 | 8 | 15A | 5A | 30 |
| Octal | 352 | 14 | 100 | 0 | 137 | 111 | 10 | 532 | 132 | 60 |
| Binary | 11101010 | 1100 | 1000000 | 0 | 1011111 | 1001001 | 1000 | 101011010 | 1011010 | 110000 |
Color Harmonies of #EA0C40
Complementary color
Monochromatic Colors of #EA0C40
Black with #EA0C40
Text Example
Text Example
White with #EA0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C40; }
p { color: rgb(234,12,64); }
H1.HeaderClassName
{
color: #EA0C40;
}
.AnyTagClassName
{
color: #EA0C40;
}
</style>
background-color css
<style>
a { background-color: #EA0C40; }
a { background-color: rgb(234,12,64); }
div.DivClassName
{
background-color: #EA0C40;
}
.BgClassName
{
background-color: #EA0C40;
}
</style>
border-color css
<style>
span { border-color: #EA0C40; }
span { border-color: rgb(234,12,64); }
td.TdClassName
{
border-color: #EA0C40;
}
.TagClassName
{
border-color: #EA0C40;
}
</style>