Shades of Crimson #EA173B
Tints of Crimson #EA173B
RGB
CMYK
RGB Variations
Color information
#EA173B (or 0xEA173B) is known color: Crimson. HEX triplet: EA, 17 and 3B. RGB value is (234,23,59). Sum of RGB (Red+Green+Blue) = 234+23+59=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA173B is #15E8C4. Grayscale: #5A5A5A. Windows color (decimal): -1435845 or 3872746. OLE color: 3872746.
HSL color Cylindrical-coordinate representation of color #EA173B: hue angle of 349.76º 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 #EA173B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.08 |
| HSL | 349.76º | 0.83% | 0.5% | - |
| HSV(B) | 349.76º | 0.9% | 0.92% | - |
| XYZ | 35.03 | 18.42 | 5.85 | - |
| YUV | 90.19 | 110.4 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 59 | 0 | 0.90 | 0.75 | 0.08 | 349.76 | 0.83 | 0.5 |
| Hex | EA | 17 | 3B | 0 | 5A | 4B | 8 | 15E | 53 | 32 |
| Octal | 352 | 27 | 73 | 0 | 132 | 113 | 10 | 536 | 123 | 62 |
| Binary | 11101010 | 10111 | 111011 | 0 | 1011010 | 1001011 | 1000 | 101011110 | 1010011 | 110010 |
Color Harmonies of #EA173B
Complementary color
Monochromatic Colors of #EA173B
Black with #EA173B
Text Example
Text Example
White with #EA173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA173B; }
p { color: rgb(234,23,59); }
H1.HeaderClassName
{
color: #EA173B;
}
.AnyTagClassName
{
color: #EA173B;
}
</style>
background-color css
<style>
a { background-color: #EA173B; }
a { background-color: rgb(234,23,59); }
div.DivClassName
{
background-color: #EA173B;
}
.BgClassName
{
background-color: #EA173B;
}
</style>
border-color css
<style>
span { border-color: #EA173B; }
span { border-color: rgb(234,23,59); }
td.TdClassName
{
border-color: #EA173B;
}
.TagClassName
{
border-color: #EA173B;
}
</style>