Shades of Crimson #E00638
Tints of Crimson #E00638
RGB
CMYK
RGB Variations
Color information
#E00638 (or 0xE00638) is known color: Crimson. HEX triplet: E0, 06 and 38. RGB value is (224,6,56). Sum of RGB (Red+Green+Blue) = 224+6+56=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E00638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00638 is #1FF9C7. Grayscale: #4C4C4C. Windows color (decimal): -2095560 or 3671776. OLE color: 3671776.
HSL color Cylindrical-coordinate representation of color #E00638: hue angle of 346.24º 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 #E00638 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.12 |
| HSL | 346.24º | 0.95% | 0.45% | - |
| HSV(B) | 346.24º | 0.97% | 0.88% | - |
| XYZ | 31.52 | 16.26 | 5.22 | - |
| YUV | 76.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 56 | 0 | 0.97 | 0.75 | 0.12 | 346.24 | 0.95 | 0.45 |
| Hex | E0 | 6 | 38 | 0 | 61 | 4B | C | 15A | 5F | 2D |
| Octal | 340 | 6 | 70 | 0 | 141 | 113 | 14 | 532 | 137 | 55 |
| Binary | 11100000 | 110 | 111000 | 0 | 1100001 | 1001011 | 1100 | 101011010 | 1011111 | 101101 |
Color Harmonies of #E00638
Complementary color
Monochromatic Colors of #E00638
Black with #E00638
Text Example
Text Example
White with #E00638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00638; }
p { color: rgb(224,6,56); }
H1.HeaderClassName
{
color: #E00638;
}
.AnyTagClassName
{
color: #E00638;
}
</style>
background-color css
<style>
a { background-color: #E00638; }
a { background-color: rgb(224,6,56); }
div.DivClassName
{
background-color: #E00638;
}
.BgClassName
{
background-color: #E00638;
}
</style>
border-color css
<style>
span { border-color: #E00638; }
span { border-color: rgb(224,6,56); }
td.TdClassName
{
border-color: #E00638;
}
.TagClassName
{
border-color: #E00638;
}
</style>