Shades of Crimson #E00827
Tints of Crimson #E00827
RGB
CMYK
RGB Variations
Color information
#E00827 (or 0xE00827) is known color: Crimson. HEX triplet: E0, 08 and 27. RGB value is (224,8,39). Sum of RGB (Red+Green+Blue) = 224+8+39=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E00827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00827 is #1FF7D8. Grayscale: #4C4C4C. Windows color (decimal): -2095065 or 2558176. OLE color: 2558176.
HSL color Cylindrical-coordinate representation of color #E00827: hue angle of 351.39º 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 #E00827 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.12 |
| HSL | 351.39º | 0.93% | 0.45% | - |
| HSV(B) | 351.39º | 0.96% | 0.88% | - |
| XYZ | 31.19 | 16.17 | 3.4 | - |
| YUV | 76.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 39 | 0 | 0.96 | 0.83 | 0.12 | 351.39 | 0.93 | 0.45 |
| Hex | E0 | 8 | 27 | 0 | 60 | 53 | C | 15F | 5D | 2D |
| Octal | 340 | 10 | 47 | 0 | 140 | 123 | 14 | 537 | 135 | 55 |
| Binary | 11100000 | 1000 | 100111 | 0 | 1100000 | 1010011 | 1100 | 101011111 | 1011101 | 101101 |
Color Harmonies of #E00827
Complementary color
Monochromatic Colors of #E00827
Black with #E00827
Text Example
Text Example
White with #E00827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00827; }
p { color: rgb(224,8,39); }
H1.HeaderClassName
{
color: #E00827;
}
.AnyTagClassName
{
color: #E00827;
}
</style>
background-color css
<style>
a { background-color: #E00827; }
a { background-color: rgb(224,8,39); }
div.DivClassName
{
background-color: #E00827;
}
.BgClassName
{
background-color: #E00827;
}
</style>
border-color css
<style>
span { border-color: #E00827; }
span { border-color: rgb(224,8,39); }
td.TdClassName
{
border-color: #E00827;
}
.TagClassName
{
border-color: #E00827;
}
</style>