Shades of Crimson #EA1545
Tints of Crimson #EA1545
RGB
CMYK
RGB Variations
Color information
#EA1545 (or 0xEA1545) is known color: Crimson. HEX triplet: EA, 15 and 45. RGB value is (234,21,69). Sum of RGB (Red+Green+Blue) = 234+21+69=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1545 is #15EABA. Grayscale: #5A5A5A. Windows color (decimal): -1436347 or 4527594. OLE color: 4527594.
HSL color Cylindrical-coordinate representation of color #EA1545: hue angle of 346.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1545 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 69 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.08 |
| HSL | 346.48º | 0.84% | 0.5% | - |
| HSV(B) | 346.48º | 0.91% | 0.92% | - |
| XYZ | 35.27 | 18.46 | 7.33 | - |
| YUV | 90.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 69 | 0 | 0.91 | 0.71 | 0.08 | 346.48 | 0.84 | 0.5 |
| Hex | EA | 15 | 45 | 0 | 5B | 47 | 8 | 15A | 54 | 32 |
| Octal | 352 | 25 | 105 | 0 | 133 | 107 | 10 | 532 | 124 | 62 |
| Binary | 11101010 | 10101 | 1000101 | 0 | 1011011 | 1000111 | 1000 | 101011010 | 1010100 | 110010 |
Color Harmonies of #EA1545
Complementary color
Monochromatic Colors of #EA1545
Black with #EA1545
Text Example
Text Example
White with #EA1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1545; }
p { color: rgb(234,21,69); }
H1.HeaderClassName
{
color: #EA1545;
}
.AnyTagClassName
{
color: #EA1545;
}
</style>
background-color css
<style>
a { background-color: #EA1545; }
a { background-color: rgb(234,21,69); }
div.DivClassName
{
background-color: #EA1545;
}
.BgClassName
{
background-color: #EA1545;
}
</style>
border-color css
<style>
span { border-color: #EA1545; }
span { border-color: rgb(234,21,69); }
td.TdClassName
{
border-color: #EA1545;
}
.TagClassName
{
border-color: #EA1545;
}
</style>