Shades of Crimson #EA1749
Tints of Crimson #EA1749
RGB
CMYK
RGB Variations
Color information
#EA1749 (or 0xEA1749) is known color: Crimson. HEX triplet: EA, 17 and 49. RGB value is (234,23,73). Sum of RGB (Red+Green+Blue) = 234+23+73=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1749 is #15E8B6. Grayscale: #5B5B5B. Windows color (decimal): -1435831 or 4790250. OLE color: 4790250.
HSL color Cylindrical-coordinate representation of color #EA1749: hue angle of 345.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1749 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 73 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.08 |
| HSL | 345.78º | 0.83% | 0.5% | - |
| HSV(B) | 345.78º | 0.9% | 0.92% | - |
| XYZ | 35.44 | 18.59 | 8.02 | - |
| YUV | 91.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 73 | 0 | 0.90 | 0.69 | 0.08 | 345.78 | 0.83 | 0.5 |
| Hex | EA | 17 | 49 | 0 | 5A | 45 | 8 | 15A | 53 | 32 |
| Octal | 352 | 27 | 111 | 0 | 132 | 105 | 10 | 532 | 123 | 62 |
| Binary | 11101010 | 10111 | 1001001 | 0 | 1011010 | 1000101 | 1000 | 101011010 | 1010011 | 110010 |
Color Harmonies of #EA1749
Complementary color
Monochromatic Colors of #EA1749
Black with #EA1749
Text Example
Text Example
White with #EA1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1749; }
p { color: rgb(234,23,73); }
H1.HeaderClassName
{
color: #EA1749;
}
.AnyTagClassName
{
color: #EA1749;
}
</style>
background-color css
<style>
a { background-color: #EA1749; }
a { background-color: rgb(234,23,73); }
div.DivClassName
{
background-color: #EA1749;
}
.BgClassName
{
background-color: #EA1749;
}
</style>
border-color css
<style>
span { border-color: #EA1749; }
span { border-color: rgb(234,23,73); }
td.TdClassName
{
border-color: #EA1749;
}
.TagClassName
{
border-color: #EA1749;
}
</style>