Shades of Crimson #E5153B
Tints of Crimson #E5153B
RGB
CMYK
RGB Variations
Color information
#E5153B (or 0xE5153B) is known color: Crimson. HEX triplet: E5, 15 and 3B. RGB value is (229,21,59). Sum of RGB (Red+Green+Blue) = 229+21+59=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5153B is #1AEAC4. Grayscale: #575757. Windows color (decimal): -1764037 or 3872229. OLE color: 3872229.
HSL color Cylindrical-coordinate representation of color #E5153B: hue angle of 349.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5153B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 59 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.10 |
| HSL | 349.04º | 0.83% | 0.49% | - |
| HSV(B) | 349.04º | 0.91% | 0.9% | - |
| XYZ | 33.37 | 17.51 | 5.76 | - |
| YUV | 87.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 59 | 0 | 0.91 | 0.74 | 0.10 | 349.04 | 0.83 | 0.49 |
| Hex | E5 | 15 | 3B | 0 | 5B | 4A | A | 15D | 53 | 31 |
| Octal | 345 | 25 | 73 | 0 | 133 | 112 | 12 | 535 | 123 | 61 |
| Binary | 11100101 | 10101 | 111011 | 0 | 1011011 | 1001010 | 1010 | 101011101 | 1010011 | 110001 |
Color Harmonies of #E5153B
Complementary color
Monochromatic Colors of #E5153B
Black with #E5153B
Text Example
Text Example
White with #E5153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5153B; }
p { color: rgb(229,21,59); }
H1.HeaderClassName
{
color: #E5153B;
}
.AnyTagClassName
{
color: #E5153B;
}
</style>
background-color css
<style>
a { background-color: #E5153B; }
a { background-color: rgb(229,21,59); }
div.DivClassName
{
background-color: #E5153B;
}
.BgClassName
{
background-color: #E5153B;
}
</style>
border-color css
<style>
span { border-color: #E5153B; }
span { border-color: rgb(229,21,59); }
td.TdClassName
{
border-color: #E5153B;
}
.TagClassName
{
border-color: #E5153B;
}
</style>