Shades of Crimson #E00235
Tints of Crimson #E00235
RGB
CMYK
RGB Variations
Color information
#E00235 (or 0xE00235) is known color: Crimson. HEX triplet: E0, 02 and 35. RGB value is (224,2,53). Sum of RGB (Red+Green+Blue) = 224+2+53=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00235 is #1FFDCA. Grayscale: #4A4A4A. Windows color (decimal): -2096587 or 3474144. OLE color: 3474144.
HSL color Cylindrical-coordinate representation of color #E00235: hue angle of 346.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.12 |
| HSL | 346.22º | 0.98% | 0.44% | - |
| HSV(B) | 346.22º | 0.99% | 0.88% | - |
| XYZ | 31.4 | 16.15 | 4.83 | - |
| YUV | 74.19 | 116.05 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 53 | 0 | 0.99 | 0.76 | 0.12 | 346.22 | 0.98 | 0.44 |
| Hex | E0 | 2 | 35 | 0 | 63 | 4C | C | 15A | 62 | 2C |
| Octal | 340 | 2 | 65 | 0 | 143 | 114 | 14 | 532 | 142 | 54 |
| Binary | 11100000 | 10 | 110101 | 0 | 1100011 | 1001100 | 1100 | 101011010 | 1100010 | 101100 |
Color Harmonies of #E00235
Complementary color
Monochromatic Colors of #E00235
Black with #E00235
Text Example
Text Example
White with #E00235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00235; }
p { color: rgb(224,2,53); }
H1.HeaderClassName
{
color: #E00235;
}
.AnyTagClassName
{
color: #E00235;
}
</style>
background-color css
<style>
a { background-color: #E00235; }
a { background-color: rgb(224,2,53); }
div.DivClassName
{
background-color: #E00235;
}
.BgClassName
{
background-color: #E00235;
}
</style>
border-color css
<style>
span { border-color: #E00235; }
span { border-color: rgb(224,2,53); }
td.TdClassName
{
border-color: #E00235;
}
.TagClassName
{
border-color: #E00235;
}
</style>