Shades of Crimson #EA0C42
Tints of Crimson #EA0C42
RGB
CMYK
RGB Variations
Color information
#EA0C42 (or 0xEA0C42) is known color: Crimson. HEX triplet: EA, 0C and 42. RGB value is (234,12,66). Sum of RGB (Red+Green+Blue) = 234+12+66=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C42 is #15F3BD. Grayscale: #545454. Windows color (decimal): -1438654 or 4328682. OLE color: 4328682.
HSL color Cylindrical-coordinate representation of color #EA0C42: hue angle of 345.41º 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 #EA0C42 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 66 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.08 |
| HSL | 345.41º | 0.9% | 0.48% | - |
| HSV(B) | 345.41º | 0.95% | 0.92% | - |
| XYZ | 35.05 | 18.15 | 6.81 | - |
| YUV | 84.53 | 117.55 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 66 | 0 | 0.95 | 0.72 | 0.08 | 345.41 | 0.9 | 0.48 |
| Hex | EA | C | 42 | 0 | 5F | 48 | 8 | 159 | 5A | 30 |
| Octal | 352 | 14 | 102 | 0 | 137 | 110 | 10 | 531 | 132 | 60 |
| Binary | 11101010 | 1100 | 1000010 | 0 | 1011111 | 1001000 | 1000 | 101011001 | 1011010 | 110000 |
Color Harmonies of #EA0C42
Complementary color
Monochromatic Colors of #EA0C42
Black with #EA0C42
Text Example
Text Example
White with #EA0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C42; }
p { color: rgb(234,12,66); }
H1.HeaderClassName
{
color: #EA0C42;
}
.AnyTagClassName
{
color: #EA0C42;
}
</style>
background-color css
<style>
a { background-color: #EA0C42; }
a { background-color: rgb(234,12,66); }
div.DivClassName
{
background-color: #EA0C42;
}
.BgClassName
{
background-color: #EA0C42;
}
</style>
border-color css
<style>
span { border-color: #EA0C42; }
span { border-color: rgb(234,12,66); }
td.TdClassName
{
border-color: #EA0C42;
}
.TagClassName
{
border-color: #EA0C42;
}
</style>