Shades of Crimson #E00632
Tints of Crimson #E00632
RGB
CMYK
RGB Variations
Color information
#E00632 (or 0xE00632) is known color: Crimson. HEX triplet: E0, 06 and 32. RGB value is (224,6,50). Sum of RGB (Red+Green+Blue) = 224+6+50=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E00632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00632 is #1FF9CD. Grayscale: #4C4C4C. Windows color (decimal): -2095566 or 3278560. OLE color: 3278560.
HSL color Cylindrical-coordinate representation of color #E00632: hue angle of 347.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00632 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.12 |
| HSL | 347.89º | 0.95% | 0.45% | - |
| HSV(B) | 347.89º | 0.97% | 0.88% | - |
| XYZ | 31.38 | 16.21 | 4.49 | - |
| YUV | 76.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 50 | 0 | 0.97 | 0.78 | 0.12 | 347.89 | 0.95 | 0.45 |
| Hex | E0 | 6 | 32 | 0 | 61 | 4E | C | 15C | 5F | 2D |
| Octal | 340 | 6 | 62 | 0 | 141 | 116 | 14 | 534 | 137 | 55 |
| Binary | 11100000 | 110 | 110010 | 0 | 1100001 | 1001110 | 1100 | 101011100 | 1011111 | 101101 |
Color Harmonies of #E00632
Complementary color
Monochromatic Colors of #E00632
Black with #E00632
Text Example
Text Example
White with #E00632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00632; }
p { color: rgb(224,6,50); }
H1.HeaderClassName
{
color: #E00632;
}
.AnyTagClassName
{
color: #E00632;
}
</style>
background-color css
<style>
a { background-color: #E00632; }
a { background-color: rgb(224,6,50); }
div.DivClassName
{
background-color: #E00632;
}
.BgClassName
{
background-color: #E00632;
}
</style>
border-color css
<style>
span { border-color: #E00632; }
span { border-color: rgb(224,6,50); }
td.TdClassName
{
border-color: #E00632;
}
.TagClassName
{
border-color: #E00632;
}
</style>