Shades of Crimson #E00231
Tints of Crimson #E00231
RGB
CMYK
RGB Variations
Color information
#E00231 (or 0xE00231) is known color: Crimson. HEX triplet: E0, 02 and 31. RGB value is (224,2,49). Sum of RGB (Red+Green+Blue) = 224+2+49=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E00231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00231 is #1FFDCE. Grayscale: #494949. Windows color (decimal): -2096591 or 3212000. OLE color: 3212000.
HSL color Cylindrical-coordinate representation of color #E00231: hue angle of 347.3º 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 #E00231 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.12 |
| HSL | 347.3º | 0.98% | 0.44% | - |
| HSV(B) | 347.3º | 0.99% | 0.88% | - |
| XYZ | 31.32 | 16.11 | 4.37 | - |
| YUV | 73.74 | 114.05 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 49 | 0 | 0.99 | 0.78 | 0.12 | 347.3 | 0.98 | 0.44 |
| Hex | E0 | 2 | 31 | 0 | 63 | 4E | C | 15B | 62 | 2C |
| Octal | 340 | 2 | 61 | 0 | 143 | 116 | 14 | 533 | 142 | 54 |
| Binary | 11100000 | 10 | 110001 | 0 | 1100011 | 1001110 | 1100 | 101011011 | 1100010 | 101100 |
Color Harmonies of #E00231
Complementary color
Monochromatic Colors of #E00231
Black with #E00231
Text Example
Text Example
White with #E00231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00231; }
p { color: rgb(224,2,49); }
H1.HeaderClassName
{
color: #E00231;
}
.AnyTagClassName
{
color: #E00231;
}
</style>
background-color css
<style>
a { background-color: #E00231; }
a { background-color: rgb(224,2,49); }
div.DivClassName
{
background-color: #E00231;
}
.BgClassName
{
background-color: #E00231;
}
</style>
border-color css
<style>
span { border-color: #E00231; }
span { border-color: rgb(224,2,49); }
td.TdClassName
{
border-color: #E00231;
}
.TagClassName
{
border-color: #E00231;
}
</style>