Shades of Crimson #E3153A
Tints of Crimson #E3153A
RGB
CMYK
RGB Variations
Color information
#E3153A (or 0xE3153A) is known color: Crimson. HEX triplet: E3, 15 and 3A. RGB value is (227,21,58). Sum of RGB (Red+Green+Blue) = 227+21+58=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3153A is #1CEAC5. Grayscale: #565656. Windows color (decimal): -1895110 or 3806691. OLE color: 3806691.
HSL color Cylindrical-coordinate representation of color #E3153A: hue angle of 349.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3153A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.11 |
| HSL | 349.22º | 0.83% | 0.49% | - |
| HSV(B) | 349.22º | 0.91% | 0.89% | - |
| XYZ | 32.71 | 17.17 | 5.59 | - |
| YUV | 86.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 58 | 0 | 0.91 | 0.74 | 0.11 | 349.22 | 0.83 | 0.49 |
| Hex | E3 | 15 | 3A | 0 | 5B | 4A | B | 15D | 53 | 31 |
| Octal | 343 | 25 | 72 | 0 | 133 | 112 | 13 | 535 | 123 | 61 |
| Binary | 11100011 | 10101 | 111010 | 0 | 1011011 | 1001010 | 1011 | 101011101 | 1010011 | 110001 |
Color Harmonies of #E3153A
Complementary color
Monochromatic Colors of #E3153A
Black with #E3153A
Text Example
Text Example
White with #E3153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3153A; }
p { color: rgb(227,21,58); }
H1.HeaderClassName
{
color: #E3153A;
}
.AnyTagClassName
{
color: #E3153A;
}
</style>
background-color css
<style>
a { background-color: #E3153A; }
a { background-color: rgb(227,21,58); }
div.DivClassName
{
background-color: #E3153A;
}
.BgClassName
{
background-color: #E3153A;
}
</style>
border-color css
<style>
span { border-color: #E3153A; }
span { border-color: rgb(227,21,58); }
td.TdClassName
{
border-color: #E3153A;
}
.TagClassName
{
border-color: #E3153A;
}
</style>