Shades of Crimson #E5183F
Tints of Crimson #E5183F
RGB
CMYK
RGB Variations
Color information
#E5183F (or 0xE5183F) is known color: Crimson. HEX triplet: E5, 18 and 3F. RGB value is (229,24,63). Sum of RGB (Red+Green+Blue) = 229+24+63=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E5183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5183F is #1AE7C0. Grayscale: #595959. Windows color (decimal): -1763265 or 4135141. OLE color: 4135141.
HSL color Cylindrical-coordinate representation of color #E5183F: hue angle of 348.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5183F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.10 |
| HSL | 348.59º | 0.81% | 0.5% | - |
| HSV(B) | 348.59º | 0.9% | 0.9% | - |
| XYZ | 33.54 | 17.67 | 6.35 | - |
| YUV | 89.74 | 112.92 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 63 | 0 | 0.90 | 0.72 | 0.10 | 348.59 | 0.81 | 0.5 |
| Hex | E5 | 18 | 3F | 0 | 5A | 48 | A | 15D | 51 | 32 |
| Octal | 345 | 30 | 77 | 0 | 132 | 110 | 12 | 535 | 121 | 62 |
| Binary | 11100101 | 11000 | 111111 | 0 | 1011010 | 1001000 | 1010 | 101011101 | 1010001 | 110010 |
Color Harmonies of #E5183F
Complementary color
Monochromatic Colors of #E5183F
Black with #E5183F
Text Example
Text Example
White with #E5183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5183F; }
p { color: rgb(229,24,63); }
H1.HeaderClassName
{
color: #E5183F;
}
.AnyTagClassName
{
color: #E5183F;
}
</style>
background-color css
<style>
a { background-color: #E5183F; }
a { background-color: rgb(229,24,63); }
div.DivClassName
{
background-color: #E5183F;
}
.BgClassName
{
background-color: #E5183F;
}
</style>
border-color css
<style>
span { border-color: #E5183F; }
span { border-color: rgb(229,24,63); }
td.TdClassName
{
border-color: #E5183F;
}
.TagClassName
{
border-color: #E5183F;
}
</style>