Shades of Crimson #EA1945
Tints of Crimson #EA1945
RGB
CMYK
RGB Variations
Color information
#EA1945 (or 0xEA1945) is known color: Crimson. HEX triplet: EA, 19 and 45. RGB value is (234,25,69). Sum of RGB (Red+Green+Blue) = 234+25+69=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1945 is #15E6BA. Grayscale: #5C5C5C. Windows color (decimal): -1435323 or 4528618. OLE color: 4528618.
HSL color Cylindrical-coordinate representation of color #EA1945: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1945 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 69 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.08 |
| HSL | 347.37º | 0.83% | 0.51% | - |
| HSV(B) | 347.37º | 0.89% | 0.92% | - |
| XYZ | 35.35 | 18.62 | 7.36 | - |
| YUV | 92.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 69 | 0 | 0.89 | 0.71 | 0.08 | 347.37 | 0.83 | 0.51 |
| Hex | EA | 19 | 45 | 0 | 59 | 47 | 8 | 15B | 53 | 33 |
| Octal | 352 | 31 | 105 | 0 | 131 | 107 | 10 | 533 | 123 | 63 |
| Binary | 11101010 | 11001 | 1000101 | 0 | 1011001 | 1000111 | 1000 | 101011011 | 1010011 | 110011 |
Color Harmonies of #EA1945
Complementary color
Monochromatic Colors of #EA1945
Black with #EA1945
Text Example
Text Example
White with #EA1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1945; }
p { color: rgb(234,25,69); }
H1.HeaderClassName
{
color: #EA1945;
}
.AnyTagClassName
{
color: #EA1945;
}
</style>
background-color css
<style>
a { background-color: #EA1945; }
a { background-color: rgb(234,25,69); }
div.DivClassName
{
background-color: #EA1945;
}
.BgClassName
{
background-color: #EA1945;
}
</style>
border-color css
<style>
span { border-color: #EA1945; }
span { border-color: rgb(234,25,69); }
td.TdClassName
{
border-color: #EA1945;
}
.TagClassName
{
border-color: #EA1945;
}
</style>