Shades of Crimson #E00136
Tints of Crimson #E00136
RGB
CMYK
RGB Variations
Color information
#E00136 (or 0xE00136) is known color: Crimson. HEX triplet: E0, 01 and 36. RGB value is (224,1,54). Sum of RGB (Red+Green+Blue) = 224+1+54=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00136 is #1FFEC9. Grayscale: #494949. Windows color (decimal): -2096842 or 3539424. OLE color: 3539424.
HSL color Cylindrical-coordinate representation of color #E00136: hue angle of 345.74º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00136 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.12 |
| HSL | 345.74º | 0.99% | 0.44% | - |
| HSV(B) | 345.74º | 1% | 0.88% | - |
| XYZ | 31.42 | 16.14 | 4.95 | - |
| YUV | 73.72 | 116.88 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 54 | 0 | 1.00 | 0.76 | 0.12 | 345.74 | 0.99 | 0.44 |
| Hex | E0 | 1 | 36 | 0 | 64 | 4C | C | 15A | 63 | 2C |
| Octal | 340 | 1 | 66 | 0 | 144 | 114 | 14 | 532 | 143 | 54 |
| Binary | 11100000 | 1 | 110110 | 0 | 1100100 | 1001100 | 1100 | 101011010 | 1100011 | 101100 |
Color Harmonies of #E00136
Complementary color
Monochromatic Colors of #E00136
Black with #E00136
Text Example
Text Example
White with #E00136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00136; }
p { color: rgb(224,1,54); }
H1.HeaderClassName
{
color: #E00136;
}
.AnyTagClassName
{
color: #E00136;
}
</style>
background-color css
<style>
a { background-color: #E00136; }
a { background-color: rgb(224,1,54); }
div.DivClassName
{
background-color: #E00136;
}
.BgClassName
{
background-color: #E00136;
}
</style>
border-color css
<style>
span { border-color: #E00136; }
span { border-color: rgb(224,1,54); }
td.TdClassName
{
border-color: #E00136;
}
.TagClassName
{
border-color: #E00136;
}
</style>