Shades of Crimson #E0153A
Tints of Crimson #E0153A
RGB
CMYK
RGB Variations
Color information
#E0153A (or 0xE0153A) is known color: Crimson. HEX triplet: E0, 15 and 3A. RGB value is (224,21,58). Sum of RGB (Red+Green+Blue) = 224+21+58=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0153A is #1FEAC5. Grayscale: #555555. Windows color (decimal): -2091718 or 3806688. OLE color: 3806688.
HSL color Cylindrical-coordinate representation of color #E0153A: hue angle of 349.06º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0153A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.12 |
| HSL | 349.06º | 0.83% | 0.48% | - |
| HSV(B) | 349.06º | 0.91% | 0.88% | - |
| XYZ | 31.77 | 16.69 | 5.55 | - |
| YUV | 85.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 58 | 0 | 0.91 | 0.74 | 0.12 | 349.06 | 0.83 | 0.48 |
| Hex | E0 | 15 | 3A | 0 | 5B | 4A | C | 15D | 53 | 30 |
| Octal | 340 | 25 | 72 | 0 | 133 | 112 | 14 | 535 | 123 | 60 |
| Binary | 11100000 | 10101 | 111010 | 0 | 1011011 | 1001010 | 1100 | 101011101 | 1010011 | 110000 |
Color Harmonies of #E0153A
Complementary color
Monochromatic Colors of #E0153A
Black with #E0153A
Text Example
Text Example
White with #E0153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0153A; }
p { color: rgb(224,21,58); }
H1.HeaderClassName
{
color: #E0153A;
}
.AnyTagClassName
{
color: #E0153A;
}
</style>
background-color css
<style>
a { background-color: #E0153A; }
a { background-color: rgb(224,21,58); }
div.DivClassName
{
background-color: #E0153A;
}
.BgClassName
{
background-color: #E0153A;
}
</style>
border-color css
<style>
span { border-color: #E0153A; }
span { border-color: rgb(224,21,58); }
td.TdClassName
{
border-color: #E0153A;
}
.TagClassName
{
border-color: #E0153A;
}
</style>