Shades of Crimson #E0152A
Tints of Crimson #E0152A
RGB
CMYK
RGB Variations
Color information
#E0152A (or 0xE0152A) is known color: Crimson. HEX triplet: E0, 15 and 2A. RGB value is (224,21,42). Sum of RGB (Red+Green+Blue) = 224+21+42=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0152A is #1FEAD5. Grayscale: #545454. Windows color (decimal): -2091734 or 2758112. OLE color: 2758112.
HSL color Cylindrical-coordinate representation of color #E0152A: hue angle of 353.79º 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 #E0152A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.12 |
| HSL | 353.79º | 0.83% | 0.48% | - |
| HSV(B) | 353.79º | 0.91% | 0.88% | - |
| XYZ | 31.43 | 16.55 | 3.73 | - |
| YUV | 84.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 42 | 0 | 0.91 | 0.81 | 0.12 | 353.79 | 0.83 | 0.48 |
| Hex | E0 | 15 | 2A | 0 | 5B | 51 | C | 162 | 53 | 30 |
| Octal | 340 | 25 | 52 | 0 | 133 | 121 | 14 | 542 | 123 | 60 |
| Binary | 11100000 | 10101 | 101010 | 0 | 1011011 | 1010001 | 1100 | 101100010 | 1010011 | 110000 |
Color Harmonies of #E0152A
Complementary color
Monochromatic Colors of #E0152A
Black with #E0152A
Text Example
Text Example
White with #E0152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0152A; }
p { color: rgb(224,21,42); }
H1.HeaderClassName
{
color: #E0152A;
}
.AnyTagClassName
{
color: #E0152A;
}
</style>
background-color css
<style>
a { background-color: #E0152A; }
a { background-color: rgb(224,21,42); }
div.DivClassName
{
background-color: #E0152A;
}
.BgClassName
{
background-color: #E0152A;
}
</style>
border-color css
<style>
span { border-color: #E0152A; }
span { border-color: rgb(224,21,42); }
td.TdClassName
{
border-color: #E0152A;
}
.TagClassName
{
border-color: #E0152A;
}
</style>