Shades of Crimson #E5154B
Tints of Crimson #E5154B
RGB
CMYK
RGB Variations
Color information
#E5154B (or 0xE5154B) is known color: Crimson. HEX triplet: E5, 15 and 4B. RGB value is (229,21,75). Sum of RGB (Red+Green+Blue) = 229+21+75=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5154B is #1AEAB4. Grayscale: #595959. Windows color (decimal): -1764021 or 4920805. OLE color: 4920805.
HSL color Cylindrical-coordinate representation of color #E5154B: hue angle of 344.42º 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 #E5154B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.10 |
| HSL | 344.42º | 0.83% | 0.49% | - |
| HSV(B) | 344.42º | 0.91% | 0.9% | - |
| XYZ | 33.85 | 17.7 | 8.29 | - |
| YUV | 89.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 75 | 0 | 0.91 | 0.67 | 0.10 | 344.42 | 0.83 | 0.49 |
| Hex | E5 | 15 | 4B | 0 | 5B | 43 | A | 158 | 53 | 31 |
| Octal | 345 | 25 | 113 | 0 | 133 | 103 | 12 | 530 | 123 | 61 |
| Binary | 11100101 | 10101 | 1001011 | 0 | 1011011 | 1000011 | 1010 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E5154B
Complementary color
Monochromatic Colors of #E5154B
Black with #E5154B
Text Example
Text Example
White with #E5154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5154B; }
p { color: rgb(229,21,75); }
H1.HeaderClassName
{
color: #E5154B;
}
.AnyTagClassName
{
color: #E5154B;
}
</style>
background-color css
<style>
a { background-color: #E5154B; }
a { background-color: rgb(229,21,75); }
div.DivClassName
{
background-color: #E5154B;
}
.BgClassName
{
background-color: #E5154B;
}
</style>
border-color css
<style>
span { border-color: #E5154B; }
span { border-color: rgb(229,21,75); }
td.TdClassName
{
border-color: #E5154B;
}
.TagClassName
{
border-color: #E5154B;
}
</style>