Shades of Crimson #E4062D
Tints of Crimson #E4062D
RGB
CMYK
RGB Variations
Color information
#E4062D (or 0xE4062D) is known color: Crimson. HEX triplet: E4, 06 and 2D. RGB value is (228,6,45). Sum of RGB (Red+Green+Blue) = 228+6+45=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E4062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4062D is #1BF9D2. Grayscale: #4C4C4C. Windows color (decimal): -1833427 or 2950884. OLE color: 2950884.
HSL color Cylindrical-coordinate representation of color #E4062D: hue angle of 349.46º 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 #E4062D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.11 |
| HSL | 349.46º | 0.95% | 0.46% | - |
| HSV(B) | 349.46º | 0.97% | 0.89% | - |
| XYZ | 32.53 | 16.81 | 4.01 | - |
| YUV | 76.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 45 | 0 | 0.97 | 0.80 | 0.11 | 349.46 | 0.95 | 0.46 |
| Hex | E4 | 6 | 2D | 0 | 61 | 50 | B | 15D | 5F | 2E |
| Octal | 344 | 6 | 55 | 0 | 141 | 120 | 13 | 535 | 137 | 56 |
| Binary | 11100100 | 110 | 101101 | 0 | 1100001 | 1010000 | 1011 | 101011101 | 1011111 | 101110 |
Color Harmonies of #E4062D
Complementary color
Monochromatic Colors of #E4062D
Black with #E4062D
Text Example
Text Example
White with #E4062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4062D; }
p { color: rgb(228,6,45); }
H1.HeaderClassName
{
color: #E4062D;
}
.AnyTagClassName
{
color: #E4062D;
}
</style>
background-color css
<style>
a { background-color: #E4062D; }
a { background-color: rgb(228,6,45); }
div.DivClassName
{
background-color: #E4062D;
}
.BgClassName
{
background-color: #E4062D;
}
</style>
border-color css
<style>
span { border-color: #E4062D; }
span { border-color: rgb(228,6,45); }
td.TdClassName
{
border-color: #E4062D;
}
.TagClassName
{
border-color: #E4062D;
}
</style>