Shades of Crimson #E8154B
Tints of Crimson #E8154B
RGB
CMYK
RGB Variations
Color information
#E8154B (or 0xE8154B) is known color: Crimson. HEX triplet: E8, 15 and 4B. RGB value is (232,21,75). Sum of RGB (Red+Green+Blue) = 232+21+75=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8154B is #17EAB4. Grayscale: #5A5A5A. Windows color (decimal): -1567413 or 4920808. OLE color: 4920808.
HSL color Cylindrical-coordinate representation of color #E8154B: hue angle of 344.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8154B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.09 |
| HSL | 344.64º | 0.83% | 0.5% | - |
| HSV(B) | 344.64º | 0.91% | 0.91% | - |
| XYZ | 34.82 | 18.2 | 8.33 | - |
| YUV | 90.25 | 119.4 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 75 | 0 | 0.91 | 0.68 | 0.09 | 344.64 | 0.83 | 0.5 |
| Hex | E8 | 15 | 4B | 0 | 5B | 44 | 9 | 159 | 53 | 32 |
| Octal | 350 | 25 | 113 | 0 | 133 | 104 | 11 | 531 | 123 | 62 |
| Binary | 11101000 | 10101 | 1001011 | 0 | 1011011 | 1000100 | 1001 | 101011001 | 1010011 | 110010 |
Color Harmonies of #E8154B
Complementary color
Monochromatic Colors of #E8154B
Black with #E8154B
Text Example
Text Example
White with #E8154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8154B; }
p { color: rgb(232,21,75); }
H1.HeaderClassName
{
color: #E8154B;
}
.AnyTagClassName
{
color: #E8154B;
}
</style>
background-color css
<style>
a { background-color: #E8154B; }
a { background-color: rgb(232,21,75); }
div.DivClassName
{
background-color: #E8154B;
}
.BgClassName
{
background-color: #E8154B;
}
</style>
border-color css
<style>
span { border-color: #E8154B; }
span { border-color: rgb(232,21,75); }
td.TdClassName
{
border-color: #E8154B;
}
.TagClassName
{
border-color: #E8154B;
}
</style>