Shades of Crimson #EA173D
Tints of Crimson #EA173D
RGB
CMYK
RGB Variations
Color information
#EA173D (or 0xEA173D) is known color: Crimson. HEX triplet: EA, 17 and 3D. RGB value is (234,23,61). Sum of RGB (Red+Green+Blue) = 234+23+61=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA173D is #15E8C2. Grayscale: #5A5A5A. Windows color (decimal): -1435843 or 4003818. OLE color: 4003818.
HSL color Cylindrical-coordinate representation of color #EA173D: hue angle of 349.19º 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 #EA173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.08 |
| HSL | 349.19º | 0.83% | 0.5% | - |
| HSV(B) | 349.19º | 0.9% | 0.92% | - |
| XYZ | 35.08 | 18.44 | 6.13 | - |
| YUV | 90.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 61 | 0 | 0.90 | 0.74 | 0.08 | 349.19 | 0.83 | 0.5 |
| Hex | EA | 17 | 3D | 0 | 5A | 4A | 8 | 15D | 53 | 32 |
| Octal | 352 | 27 | 75 | 0 | 132 | 112 | 10 | 535 | 123 | 62 |
| Binary | 11101010 | 10111 | 111101 | 0 | 1011010 | 1001010 | 1000 | 101011101 | 1010011 | 110010 |
Color Harmonies of #EA173D
Complementary color
Monochromatic Colors of #EA173D
Black with #EA173D
Text Example
Text Example
White with #EA173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA173D; }
p { color: rgb(234,23,61); }
H1.HeaderClassName
{
color: #EA173D;
}
.AnyTagClassName
{
color: #EA173D;
}
</style>
background-color css
<style>
a { background-color: #EA173D; }
a { background-color: rgb(234,23,61); }
div.DivClassName
{
background-color: #EA173D;
}
.BgClassName
{
background-color: #EA173D;
}
</style>
border-color css
<style>
span { border-color: #EA173D; }
span { border-color: rgb(234,23,61); }
td.TdClassName
{
border-color: #EA173D;
}
.TagClassName
{
border-color: #EA173D;
}
</style>