Shades of Crimson #E0133B
Tints of Crimson #E0133B
RGB
CMYK
RGB Variations
Color information
#E0133B (or 0xE0133B) is known color: Crimson. HEX triplet: E0, 13 and 3B. RGB value is (224,19,59). Sum of RGB (Red+Green+Blue) = 224+19+59=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0133B is #1FECC4. Grayscale: #545454. Windows color (decimal): -2092229 or 3871712. OLE color: 3871712.
HSL color Cylindrical-coordinate representation of color #E0133B: hue angle of 348.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0133B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 59 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.12 |
| HSL | 348.29º | 0.84% | 0.48% | - |
| HSV(B) | 348.29º | 0.92% | 0.88% | - |
| XYZ | 31.76 | 16.63 | 5.67 | - |
| YUV | 84.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 59 | 0 | 0.92 | 0.74 | 0.12 | 348.29 | 0.84 | 0.48 |
| Hex | E0 | 13 | 3B | 0 | 5C | 4A | C | 15C | 54 | 30 |
| Octal | 340 | 23 | 73 | 0 | 134 | 112 | 14 | 534 | 124 | 60 |
| Binary | 11100000 | 10011 | 111011 | 0 | 1011100 | 1001010 | 1100 | 101011100 | 1010100 | 110000 |
Color Harmonies of #E0133B
Complementary color
Monochromatic Colors of #E0133B
Black with #E0133B
Text Example
Text Example
White with #E0133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0133B; }
p { color: rgb(224,19,59); }
H1.HeaderClassName
{
color: #E0133B;
}
.AnyTagClassName
{
color: #E0133B;
}
</style>
background-color css
<style>
a { background-color: #E0133B; }
a { background-color: rgb(224,19,59); }
div.DivClassName
{
background-color: #E0133B;
}
.BgClassName
{
background-color: #E0133B;
}
</style>
border-color css
<style>
span { border-color: #E0133B; }
span { border-color: rgb(224,19,59); }
td.TdClassName
{
border-color: #E0133B;
}
.TagClassName
{
border-color: #E0133B;
}
</style>