Shades of Crimson #E00337
Tints of Crimson #E00337
RGB
CMYK
RGB Variations
Color information
#E00337 (or 0xE00337) is known color: Crimson. HEX triplet: E0, 03 and 37. RGB value is (224,3,55). Sum of RGB (Red+Green+Blue) = 224+3+55=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00337 is #1FFCC8. Grayscale: #4B4B4B. Windows color (decimal): -2096329 or 3605472. OLE color: 3605472.
HSL color Cylindrical-coordinate representation of color #E00337: hue angle of 345.88º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00337 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.12 |
| HSL | 345.88º | 0.97% | 0.45% | - |
| HSV(B) | 345.88º | 0.99% | 0.88% | - |
| XYZ | 31.46 | 16.19 | 5.08 | - |
| YUV | 75.01 | 116.72 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 55 | 0 | 0.99 | 0.75 | 0.12 | 345.88 | 0.97 | 0.45 |
| Hex | E0 | 3 | 37 | 0 | 63 | 4B | C | 15A | 61 | 2D |
| Octal | 340 | 3 | 67 | 0 | 143 | 113 | 14 | 532 | 141 | 55 |
| Binary | 11100000 | 11 | 110111 | 0 | 1100011 | 1001011 | 1100 | 101011010 | 1100001 | 101101 |
Color Harmonies of #E00337
Complementary color
Monochromatic Colors of #E00337
Black with #E00337
Text Example
Text Example
White with #E00337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00337; }
p { color: rgb(224,3,55); }
H1.HeaderClassName
{
color: #E00337;
}
.AnyTagClassName
{
color: #E00337;
}
</style>
background-color css
<style>
a { background-color: #E00337; }
a { background-color: rgb(224,3,55); }
div.DivClassName
{
background-color: #E00337;
}
.BgClassName
{
background-color: #E00337;
}
</style>
border-color css
<style>
span { border-color: #E00337; }
span { border-color: rgb(224,3,55); }
td.TdClassName
{
border-color: #E00337;
}
.TagClassName
{
border-color: #E00337;
}
</style>