Shades of Crimson #E0152D
Tints of Crimson #E0152D
RGB
CMYK
RGB Variations
Color information
#E0152D (or 0xE0152D) is known color: Crimson. HEX triplet: E0, 15 and 2D. RGB value is (224,21,45). Sum of RGB (Red+Green+Blue) = 224+21+45=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0152D is #1FEAD2. Grayscale: #545454. Windows color (decimal): -2091731 or 2954720. OLE color: 2954720.
HSL color Cylindrical-coordinate representation of color #E0152D: hue angle of 352.91º 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 #E0152D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.12 |
| HSL | 352.91º | 0.83% | 0.48% | - |
| HSV(B) | 352.91º | 0.91% | 0.88% | - |
| XYZ | 31.48 | 16.57 | 4.02 | - |
| YUV | 84.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 45 | 0 | 0.91 | 0.80 | 0.12 | 352.91 | 0.83 | 0.48 |
| Hex | E0 | 15 | 2D | 0 | 5B | 50 | C | 161 | 53 | 30 |
| Octal | 340 | 25 | 55 | 0 | 133 | 120 | 14 | 541 | 123 | 60 |
| Binary | 11100000 | 10101 | 101101 | 0 | 1011011 | 1010000 | 1100 | 101100001 | 1010011 | 110000 |
Color Harmonies of #E0152D
Complementary color
Monochromatic Colors of #E0152D
Black with #E0152D
Text Example
Text Example
White with #E0152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0152D; }
p { color: rgb(224,21,45); }
H1.HeaderClassName
{
color: #E0152D;
}
.AnyTagClassName
{
color: #E0152D;
}
</style>
background-color css
<style>
a { background-color: #E0152D; }
a { background-color: rgb(224,21,45); }
div.DivClassName
{
background-color: #E0152D;
}
.BgClassName
{
background-color: #E0152D;
}
</style>
border-color css
<style>
span { border-color: #E0152D; }
span { border-color: rgb(224,21,45); }
td.TdClassName
{
border-color: #E0152D;
}
.TagClassName
{
border-color: #E0152D;
}
</style>