Shades of Crimson #E2154B
Tints of Crimson #E2154B
RGB
CMYK
RGB Variations
Color information
#E2154B (or 0xE2154B) is known color: Crimson. HEX triplet: E2, 15 and 4B. RGB value is (226,21,75). Sum of RGB (Red+Green+Blue) = 226+21+75=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2154B is #1DEAB4. Grayscale: #585858. Windows color (decimal): -1960629 or 4920802. OLE color: 4920802.
HSL color Cylindrical-coordinate representation of color #E2154B: hue angle of 344.2º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2154B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 344.2º | 0.83% | 0.48% | - |
| HSV(B) | 344.2º | 0.91% | 0.89% | - |
| XYZ | 32.9 | 17.21 | 8.24 | - |
| YUV | 88.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 75 | 0 | 0.91 | 0.67 | 0.11 | 344.2 | 0.83 | 0.48 |
| Hex | E2 | 15 | 4B | 0 | 5B | 43 | B | 158 | 53 | 30 |
| Octal | 342 | 25 | 113 | 0 | 133 | 103 | 13 | 530 | 123 | 60 |
| Binary | 11100010 | 10101 | 1001011 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010011 | 110000 |
Color Harmonies of #E2154B
Complementary color
Monochromatic Colors of #E2154B
Black with #E2154B
Text Example
Text Example
White with #E2154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2154B; }
p { color: rgb(226,21,75); }
H1.HeaderClassName
{
color: #E2154B;
}
.AnyTagClassName
{
color: #E2154B;
}
</style>
background-color css
<style>
a { background-color: #E2154B; }
a { background-color: rgb(226,21,75); }
div.DivClassName
{
background-color: #E2154B;
}
.BgClassName
{
background-color: #E2154B;
}
</style>
border-color css
<style>
span { border-color: #E2154B; }
span { border-color: rgb(226,21,75); }
td.TdClassName
{
border-color: #E2154B;
}
.TagClassName
{
border-color: #E2154B;
}
</style>