Shades of Crimson #E00835
Tints of Crimson #E00835
RGB
CMYK
RGB Variations
Color information
#E00835 (or 0xE00835) is known color: Crimson. HEX triplet: E0, 08 and 35. RGB value is (224,8,53). Sum of RGB (Red+Green+Blue) = 224+8+53=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E00835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00835 is #1FF7CA. Grayscale: #4D4D4D. Windows color (decimal): -2095051 or 3475680. OLE color: 3475680.
HSL color Cylindrical-coordinate representation of color #E00835: hue angle of 347.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00835 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.12 |
| HSL | 347.5º | 0.93% | 0.45% | - |
| HSV(B) | 347.5º | 0.96% | 0.88% | - |
| XYZ | 31.47 | 16.28 | 4.85 | - |
| YUV | 77.71 | 114.06 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 53 | 0 | 0.96 | 0.76 | 0.12 | 347.5 | 0.93 | 0.45 |
| Hex | E0 | 8 | 35 | 0 | 60 | 4C | C | 15C | 5D | 2D |
| Octal | 340 | 10 | 65 | 0 | 140 | 114 | 14 | 534 | 135 | 55 |
| Binary | 11100000 | 1000 | 110101 | 0 | 1100000 | 1001100 | 1100 | 101011100 | 1011101 | 101101 |
Color Harmonies of #E00835
Complementary color
Monochromatic Colors of #E00835
Black with #E00835
Text Example
Text Example
White with #E00835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00835; }
p { color: rgb(224,8,53); }
H1.HeaderClassName
{
color: #E00835;
}
.AnyTagClassName
{
color: #E00835;
}
</style>
background-color css
<style>
a { background-color: #E00835; }
a { background-color: rgb(224,8,53); }
div.DivClassName
{
background-color: #E00835;
}
.BgClassName
{
background-color: #E00835;
}
</style>
border-color css
<style>
span { border-color: #E00835; }
span { border-color: rgb(224,8,53); }
td.TdClassName
{
border-color: #E00835;
}
.TagClassName
{
border-color: #E00835;
}
</style>