Shades of Crimson #EA1840
Tints of Crimson #EA1840
RGB
CMYK
RGB Variations
Color information
#EA1840 (or 0xEA1840) is known color: Crimson. HEX triplet: EA, 18 and 40. RGB value is (234,24,64). Sum of RGB (Red+Green+Blue) = 234+24+64=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1840 is #15E7BF. Grayscale: #5B5B5B. Windows color (decimal): -1435584 or 4200682. OLE color: 4200682.
HSL color Cylindrical-coordinate representation of color #EA1840: hue angle of 348.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1840 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 64 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.08 |
| HSL | 348.57º | 0.83% | 0.51% | - |
| HSV(B) | 348.57º | 0.9% | 0.92% | - |
| XYZ | 35.18 | 18.52 | 6.57 | - |
| YUV | 91.35 | 112.57 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 64 | 0 | 0.90 | 0.73 | 0.08 | 348.57 | 0.83 | 0.51 |
| Hex | EA | 18 | 40 | 0 | 5A | 49 | 8 | 15D | 53 | 33 |
| Octal | 352 | 30 | 100 | 0 | 132 | 111 | 10 | 535 | 123 | 63 |
| Binary | 11101010 | 11000 | 1000000 | 0 | 1011010 | 1001001 | 1000 | 101011101 | 1010011 | 110011 |
Color Harmonies of #EA1840
Complementary color
Monochromatic Colors of #EA1840
Black with #EA1840
Text Example
Text Example
White with #EA1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1840; }
p { color: rgb(234,24,64); }
H1.HeaderClassName
{
color: #EA1840;
}
.AnyTagClassName
{
color: #EA1840;
}
</style>
background-color css
<style>
a { background-color: #EA1840; }
a { background-color: rgb(234,24,64); }
div.DivClassName
{
background-color: #EA1840;
}
.BgClassName
{
background-color: #EA1840;
}
</style>
border-color css
<style>
span { border-color: #EA1840; }
span { border-color: rgb(234,24,64); }
td.TdClassName
{
border-color: #EA1840;
}
.TagClassName
{
border-color: #EA1840;
}
</style>