Shades of Crimson #EA0039
Tints of Crimson #EA0039
RGB
CMYK
RGB Variations
Color information
#EA0039 (or 0xEA0039) is known color: Crimson. HEX triplet: EA, 00 and 39. RGB value is (234,0,57). Sum of RGB (Red+Green+Blue) = 234+0+57=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0039 is #15FFC6. Grayscale: #4C4C4C. Windows color (decimal): -1441735 or 3735786. OLE color: 3735786.
HSL color Cylindrical-coordinate representation of color #EA0039: hue angle of 345.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0039 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.76 | 0.08 |
| HSL | 345.38º | 1% | 0.46% | - |
| HSV(B) | 345.38º | 1% | 0.92% | - |
| XYZ | 34.67 | 17.79 | 5.48 | - |
| YUV | 76.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 57 | 0 | 1 | 0.76 | 0.08 | 345.38 | 1 | 0.46 |
| Hex | EA | 0 | 39 | 0 | 64 | 4C | 8 | 159 | 64 | 2E |
| Octal | 352 | 0 | 71 | 0 | 144 | 114 | 10 | 531 | 144 | 56 |
| Binary | 11101010 | 0 | 111001 | 0 | 1100100 | 1001100 | 1000 | 101011001 | 1100100 | 101110 |
Color Harmonies of #EA0039
Complementary color
Monochromatic Colors of #EA0039
Black with #EA0039
Text Example
Text Example
White with #EA0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0039; }
p { color: rgb(234,0,57); }
H1.HeaderClassName
{
color: #EA0039;
}
.AnyTagClassName
{
color: #EA0039;
}
</style>
background-color css
<style>
a { background-color: #EA0039; }
a { background-color: rgb(234,0,57); }
div.DivClassName
{
background-color: #EA0039;
}
.BgClassName
{
background-color: #EA0039;
}
</style>
border-color css
<style>
span { border-color: #EA0039; }
span { border-color: rgb(234,0,57); }
td.TdClassName
{
border-color: #EA0039;
}
.TagClassName
{
border-color: #EA0039;
}
</style>