Shades of Crimson #E4062C
Tints of Crimson #E4062C
RGB
CMYK
RGB Variations
Color information
#E4062C (or 0xE4062C) is known color: Crimson. HEX triplet: E4, 06 and 2C. RGB value is (228,6,44). Sum of RGB (Red+Green+Blue) = 228+6+44=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E4062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4062C is #1BF9D3. Grayscale: #4C4C4C. Windows color (decimal): -1833428 or 2885348. OLE color: 2885348.
HSL color Cylindrical-coordinate representation of color #E4062C: hue angle of 349.73º 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 #E4062C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.11 |
| HSL | 349.73º | 0.95% | 0.46% | - |
| HSV(B) | 349.73º | 0.97% | 0.89% | - |
| XYZ | 32.51 | 16.81 | 3.91 | - |
| YUV | 76.71 | 109.55 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 44 | 0 | 0.97 | 0.81 | 0.11 | 349.73 | 0.95 | 0.46 |
| Hex | E4 | 6 | 2C | 0 | 61 | 51 | B | 15E | 5F | 2E |
| Octal | 344 | 6 | 54 | 0 | 141 | 121 | 13 | 536 | 137 | 56 |
| Binary | 11100100 | 110 | 101100 | 0 | 1100001 | 1010001 | 1011 | 101011110 | 1011111 | 101110 |
Color Harmonies of #E4062C
Complementary color
Monochromatic Colors of #E4062C
Black with #E4062C
Text Example
Text Example
White with #E4062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4062C; }
p { color: rgb(228,6,44); }
H1.HeaderClassName
{
color: #E4062C;
}
.AnyTagClassName
{
color: #E4062C;
}
</style>
background-color css
<style>
a { background-color: #E4062C; }
a { background-color: rgb(228,6,44); }
div.DivClassName
{
background-color: #E4062C;
}
.BgClassName
{
background-color: #E4062C;
}
</style>
border-color css
<style>
span { border-color: #E4062C; }
span { border-color: rgb(228,6,44); }
td.TdClassName
{
border-color: #E4062C;
}
.TagClassName
{
border-color: #E4062C;
}
</style>