Shades of Crimson #EA1449
Tints of Crimson #EA1449
RGB
CMYK
RGB Variations
Color information
#EA1449 (or 0xEA1449) is known color: Crimson. HEX triplet: EA, 14 and 49. RGB value is (234,20,73). Sum of RGB (Red+Green+Blue) = 234+20+73=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1449 is #15EBB6. Grayscale: #5A5A5A. Windows color (decimal): -1436599 or 4789482. OLE color: 4789482.
HSL color Cylindrical-coordinate representation of color #EA1449: hue angle of 345.14º 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 #EA1449 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 73 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.08 |
| HSL | 345.14º | 0.84% | 0.5% | - |
| HSV(B) | 345.14º | 0.91% | 0.92% | - |
| XYZ | 35.38 | 18.47 | 8 | - |
| YUV | 90.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 73 | 0 | 0.91 | 0.69 | 0.08 | 345.14 | 0.84 | 0.5 |
| Hex | EA | 14 | 49 | 0 | 5B | 45 | 8 | 159 | 54 | 32 |
| Octal | 352 | 24 | 111 | 0 | 133 | 105 | 10 | 531 | 124 | 62 |
| Binary | 11101010 | 10100 | 1001001 | 0 | 1011011 | 1000101 | 1000 | 101011001 | 1010100 | 110010 |
Color Harmonies of #EA1449
Complementary color
Monochromatic Colors of #EA1449
Black with #EA1449
Text Example
Text Example
White with #EA1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1449; }
p { color: rgb(234,20,73); }
H1.HeaderClassName
{
color: #EA1449;
}
.AnyTagClassName
{
color: #EA1449;
}
</style>
background-color css
<style>
a { background-color: #EA1449; }
a { background-color: rgb(234,20,73); }
div.DivClassName
{
background-color: #EA1449;
}
.BgClassName
{
background-color: #EA1449;
}
</style>
border-color css
<style>
span { border-color: #EA1449; }
span { border-color: rgb(234,20,73); }
td.TdClassName
{
border-color: #EA1449;
}
.TagClassName
{
border-color: #EA1449;
}
</style>