Shades of Crimson #E4052B
Tints of Crimson #E4052B
RGB
CMYK
RGB Variations
Color information
#E4052B (or 0xE4052B) is known color: Crimson. HEX triplet: E4, 05 and 2B. RGB value is (228,5,43). Sum of RGB (Red+Green+Blue) = 228+5+43=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E4052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4052B is #1BFAD4. Grayscale: #4C4C4C. Windows color (decimal): -1833685 or 2819556. OLE color: 2819556.
HSL color Cylindrical-coordinate representation of color #E4052B: hue angle of 349.78º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4052B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.11 |
| HSL | 349.78º | 0.96% | 0.46% | - |
| HSV(B) | 349.78º | 0.98% | 0.89% | - |
| XYZ | 32.49 | 16.78 | 3.81 | - |
| YUV | 76.01 | 109.38 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 43 | 0 | 0.98 | 0.81 | 0.11 | 349.78 | 0.96 | 0.46 |
| Hex | E4 | 5 | 2B | 0 | 62 | 51 | B | 15E | 60 | 2E |
| Octal | 344 | 5 | 53 | 0 | 142 | 121 | 13 | 536 | 140 | 56 |
| Binary | 11100100 | 101 | 101011 | 0 | 1100010 | 1010001 | 1011 | 101011110 | 1100000 | 101110 |
Color Harmonies of #E4052B
Complementary color
Monochromatic Colors of #E4052B
Black with #E4052B
Text Example
Text Example
White with #E4052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4052B; }
p { color: rgb(228,5,43); }
H1.HeaderClassName
{
color: #E4052B;
}
.AnyTagClassName
{
color: #E4052B;
}
</style>
background-color css
<style>
a { background-color: #E4052B; }
a { background-color: rgb(228,5,43); }
div.DivClassName
{
background-color: #E4052B;
}
.BgClassName
{
background-color: #E4052B;
}
</style>
border-color css
<style>
span { border-color: #E4052B; }
span { border-color: rgb(228,5,43); }
td.TdClassName
{
border-color: #E4052B;
}
.TagClassName
{
border-color: #E4052B;
}
</style>