Shades of Crimson #EA0A45
Tints of Crimson #EA0A45
RGB
CMYK
RGB Variations
Color information
#EA0A45 (or 0xEA0A45) is known color: Crimson. HEX triplet: EA, 0A and 45. RGB value is (234,10,69). Sum of RGB (Red+Green+Blue) = 234+10+69=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A45 is #15F5BA. Grayscale: #535353. Windows color (decimal): -1439163 or 4524778. OLE color: 4524778.
HSL color Cylindrical-coordinate representation of color #EA0A45: hue angle of 344.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A45 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 69 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.08 |
| HSL | 344.2º | 0.92% | 0.48% | - |
| HSV(B) | 344.2º | 0.96% | 0.92% | - |
| XYZ | 35.11 | 18.14 | 7.28 | - |
| YUV | 83.7 | 119.71 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 69 | 0 | 0.96 | 0.71 | 0.08 | 344.2 | 0.92 | 0.48 |
| Hex | EA | A | 45 | 0 | 60 | 47 | 8 | 158 | 5C | 30 |
| Octal | 352 | 12 | 105 | 0 | 140 | 107 | 10 | 530 | 134 | 60 |
| Binary | 11101010 | 1010 | 1000101 | 0 | 1100000 | 1000111 | 1000 | 101011000 | 1011100 | 110000 |
Color Harmonies of #EA0A45
Complementary color
Monochromatic Colors of #EA0A45
Black with #EA0A45
Text Example
Text Example
White with #EA0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A45; }
p { color: rgb(234,10,69); }
H1.HeaderClassName
{
color: #EA0A45;
}
.AnyTagClassName
{
color: #EA0A45;
}
</style>
background-color css
<style>
a { background-color: #EA0A45; }
a { background-color: rgb(234,10,69); }
div.DivClassName
{
background-color: #EA0A45;
}
.BgClassName
{
background-color: #EA0A45;
}
</style>
border-color css
<style>
span { border-color: #EA0A45; }
span { border-color: rgb(234,10,69); }
td.TdClassName
{
border-color: #EA0A45;
}
.TagClassName
{
border-color: #EA0A45;
}
</style>