Shades of Crimson #E5173B
Tints of Crimson #E5173B
RGB
CMYK
RGB Variations
Color information
#E5173B (or 0xE5173B) is known color: Crimson. HEX triplet: E5, 17 and 3B. RGB value is (229,23,59). Sum of RGB (Red+Green+Blue) = 229+23+59=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5173B is #1AE8C4. Grayscale: #585858. Windows color (decimal): -1763525 or 3872741. OLE color: 3872741.
HSL color Cylindrical-coordinate representation of color #E5173B: hue angle of 349.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5173B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.10 |
| HSL | 349.51º | 0.82% | 0.49% | - |
| HSV(B) | 349.51º | 0.9% | 0.9% | - |
| XYZ | 33.41 | 17.59 | 5.77 | - |
| YUV | 88.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 59 | 0 | 0.90 | 0.74 | 0.10 | 349.51 | 0.82 | 0.49 |
| Hex | E5 | 17 | 3B | 0 | 5A | 4A | A | 15E | 52 | 31 |
| Octal | 345 | 27 | 73 | 0 | 132 | 112 | 12 | 536 | 122 | 61 |
| Binary | 11100101 | 10111 | 111011 | 0 | 1011010 | 1001010 | 1010 | 101011110 | 1010010 | 110001 |
Color Harmonies of #E5173B
Complementary color
Monochromatic Colors of #E5173B
Black with #E5173B
Text Example
Text Example
White with #E5173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5173B; }
p { color: rgb(229,23,59); }
H1.HeaderClassName
{
color: #E5173B;
}
.AnyTagClassName
{
color: #E5173B;
}
</style>
background-color css
<style>
a { background-color: #E5173B; }
a { background-color: rgb(229,23,59); }
div.DivClassName
{
background-color: #E5173B;
}
.BgClassName
{
background-color: #E5173B;
}
</style>
border-color css
<style>
span { border-color: #E5173B; }
span { border-color: rgb(229,23,59); }
td.TdClassName
{
border-color: #E5173B;
}
.TagClassName
{
border-color: #E5173B;
}
</style>