Shades of Crimson #E00639
Tints of Crimson #E00639
RGB
CMYK
RGB Variations
Color information
#E00639 (or 0xE00639) is known color: Crimson. HEX triplet: E0, 06 and 39. RGB value is (224,6,57). Sum of RGB (Red+Green+Blue) = 224+6+57=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E00639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00639 is #1FF9C6. Grayscale: #4D4D4D. Windows color (decimal): -2095559 or 3737312. OLE color: 3737312.
HSL color Cylindrical-coordinate representation of color #E00639: hue angle of 345.96º 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 #E00639 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 57 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.12 |
| HSL | 345.96º | 0.95% | 0.45% | - |
| HSV(B) | 345.96º | 0.97% | 0.88% | - |
| XYZ | 31.54 | 16.27 | 5.35 | - |
| YUV | 77 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 57 | 0 | 0.97 | 0.75 | 0.12 | 345.96 | 0.95 | 0.45 |
| Hex | E0 | 6 | 39 | 0 | 61 | 4B | C | 15A | 5F | 2D |
| Octal | 340 | 6 | 71 | 0 | 141 | 113 | 14 | 532 | 137 | 55 |
| Binary | 11100000 | 110 | 111001 | 0 | 1100001 | 1001011 | 1100 | 101011010 | 1011111 | 101101 |
Color Harmonies of #E00639
Complementary color
Monochromatic Colors of #E00639
Black with #E00639
Text Example
Text Example
White with #E00639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00639; }
p { color: rgb(224,6,57); }
H1.HeaderClassName
{
color: #E00639;
}
.AnyTagClassName
{
color: #E00639;
}
</style>
background-color css
<style>
a { background-color: #E00639; }
a { background-color: rgb(224,6,57); }
div.DivClassName
{
background-color: #E00639;
}
.BgClassName
{
background-color: #E00639;
}
</style>
border-color css
<style>
span { border-color: #E00639; }
span { border-color: rgb(224,6,57); }
td.TdClassName
{
border-color: #E00639;
}
.TagClassName
{
border-color: #E00639;
}
</style>