Shades of Crimson #E4063E
Tints of Crimson #E4063E
RGB
CMYK
RGB Variations
Color information
#E4063E (or 0xE4063E) is known color: Crimson. HEX triplet: E4, 06 and 3E. RGB value is (228,6,62). Sum of RGB (Red+Green+Blue) = 228+6+62=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E4063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4063E is #1BF9C1. Grayscale: #4E4E4E. Windows color (decimal): -1833410 or 4064996. OLE color: 4064996.
HSL color Cylindrical-coordinate representation of color #E4063E: hue angle of 344.86º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4063E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 344.86º | 0.95% | 0.46% | - |
| HSV(B) | 344.86º | 0.97% | 0.89% | - |
| XYZ | 32.93 | 16.97 | 6.1 | - |
| YUV | 78.76 | 118.55 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 62 | 0 | 0.97 | 0.73 | 0.11 | 344.86 | 0.95 | 0.46 |
| Hex | E4 | 6 | 3E | 0 | 61 | 49 | B | 159 | 5F | 2E |
| Octal | 344 | 6 | 76 | 0 | 141 | 111 | 13 | 531 | 137 | 56 |
| Binary | 11100100 | 110 | 111110 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011111 | 101110 |
Color Harmonies of #E4063E
Complementary color
Monochromatic Colors of #E4063E
Black with #E4063E
Text Example
Text Example
White with #E4063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4063E; }
p { color: rgb(228,6,62); }
H1.HeaderClassName
{
color: #E4063E;
}
.AnyTagClassName
{
color: #E4063E;
}
</style>
background-color css
<style>
a { background-color: #E4063E; }
a { background-color: rgb(228,6,62); }
div.DivClassName
{
background-color: #E4063E;
}
.BgClassName
{
background-color: #E4063E;
}
</style>
border-color css
<style>
span { border-color: #E4063E; }
span { border-color: rgb(228,6,62); }
td.TdClassName
{
border-color: #E4063E;
}
.TagClassName
{
border-color: #E4063E;
}
</style>