Shades of Crimson #EA1744
Tints of Crimson #EA1744
RGB
CMYK
RGB Variations
Color information
#EA1744 (or 0xEA1744) is known color: Crimson. HEX triplet: EA, 17 and 44. RGB value is (234,23,68). Sum of RGB (Red+Green+Blue) = 234+23+68=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1744 is #15E8BB. Grayscale: #5B5B5B. Windows color (decimal): -1435836 or 4462570. OLE color: 4462570.
HSL color Cylindrical-coordinate representation of color #EA1744: hue angle of 347.2º 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 #EA1744 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.08 |
| HSL | 347.2º | 0.83% | 0.5% | - |
| HSV(B) | 347.2º | 0.9% | 0.92% | - |
| XYZ | 35.28 | 18.52 | 7.18 | - |
| YUV | 91.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 68 | 0 | 0.90 | 0.71 | 0.08 | 347.2 | 0.83 | 0.5 |
| Hex | EA | 17 | 44 | 0 | 5A | 47 | 8 | 15B | 53 | 32 |
| Octal | 352 | 27 | 104 | 0 | 132 | 107 | 10 | 533 | 123 | 62 |
| Binary | 11101010 | 10111 | 1000100 | 0 | 1011010 | 1000111 | 1000 | 101011011 | 1010011 | 110010 |
Color Harmonies of #EA1744
Complementary color
Monochromatic Colors of #EA1744
Black with #EA1744
Text Example
Text Example
White with #EA1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1744; }
p { color: rgb(234,23,68); }
H1.HeaderClassName
{
color: #EA1744;
}
.AnyTagClassName
{
color: #EA1744;
}
</style>
background-color css
<style>
a { background-color: #EA1744; }
a { background-color: rgb(234,23,68); }
div.DivClassName
{
background-color: #EA1744;
}
.BgClassName
{
background-color: #EA1744;
}
</style>
border-color css
<style>
span { border-color: #EA1744; }
span { border-color: rgb(234,23,68); }
td.TdClassName
{
border-color: #EA1744;
}
.TagClassName
{
border-color: #EA1744;
}
</style>