Shades of Crimson #EA1942
Tints of Crimson #EA1942
RGB
CMYK
RGB Variations
Color information
#EA1942 (or 0xEA1942) is known color: Crimson. HEX triplet: EA, 19 and 42. RGB value is (234,25,66). Sum of RGB (Red+Green+Blue) = 234+25+66=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1942 is #15E6BD. Grayscale: #5C5C5C. Windows color (decimal): -1435326 or 4332010. OLE color: 4332010.
HSL color Cylindrical-coordinate representation of color #EA1942: hue angle of 348.23º 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 #EA1942 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 66 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.08 |
| HSL | 348.23º | 0.83% | 0.51% | - |
| HSV(B) | 348.23º | 0.89% | 0.92% | - |
| XYZ | 35.26 | 18.58 | 6.88 | - |
| YUV | 92.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 66 | 0 | 0.89 | 0.72 | 0.08 | 348.23 | 0.83 | 0.51 |
| Hex | EA | 19 | 42 | 0 | 59 | 48 | 8 | 15C | 53 | 33 |
| Octal | 352 | 31 | 102 | 0 | 131 | 110 | 10 | 534 | 123 | 63 |
| Binary | 11101010 | 11001 | 1000010 | 0 | 1011001 | 1001000 | 1000 | 101011100 | 1010011 | 110011 |
Color Harmonies of #EA1942
Complementary color
Monochromatic Colors of #EA1942
Black with #EA1942
Text Example
Text Example
White with #EA1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1942; }
p { color: rgb(234,25,66); }
H1.HeaderClassName
{
color: #EA1942;
}
.AnyTagClassName
{
color: #EA1942;
}
</style>
background-color css
<style>
a { background-color: #EA1942; }
a { background-color: rgb(234,25,66); }
div.DivClassName
{
background-color: #EA1942;
}
.BgClassName
{
background-color: #EA1942;
}
</style>
border-color css
<style>
span { border-color: #EA1942; }
span { border-color: rgb(234,25,66); }
td.TdClassName
{
border-color: #EA1942;
}
.TagClassName
{
border-color: #EA1942;
}
</style>