Shades of Crimson #E0043B
Tints of Crimson #E0043B
RGB
CMYK
RGB Variations
Color information
#E0043B (or 0xE0043B) is known color: Crimson. HEX triplet: E0, 04 and 3B. RGB value is (224,4,59). Sum of RGB (Red+Green+Blue) = 224+4+59=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0043B is #1FFBC4. Grayscale: #4C4C4C. Windows color (decimal): -2096069 or 3867872. OLE color: 3867872.
HSL color Cylindrical-coordinate representation of color #E0043B: hue angle of 345º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0043B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.12 |
| HSL | 345º | 0.96% | 0.45% | - |
| HSV(B) | 345º | 0.98% | 0.88% | - |
| XYZ | 31.57 | 16.25 | 5.61 | - |
| YUV | 76.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 59 | 0 | 0.98 | 0.74 | 0.12 | 345 | 0.96 | 0.45 |
| Hex | E0 | 4 | 3B | 0 | 62 | 4A | C | 159 | 60 | 2D |
| Octal | 340 | 4 | 73 | 0 | 142 | 112 | 14 | 531 | 140 | 55 |
| Binary | 11100000 | 100 | 111011 | 0 | 1100010 | 1001010 | 1100 | 101011001 | 1100000 | 101101 |
Color Harmonies of #E0043B
Complementary color
Monochromatic Colors of #E0043B
Black with #E0043B
Text Example
Text Example
White with #E0043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0043B; }
p { color: rgb(224,4,59); }
H1.HeaderClassName
{
color: #E0043B;
}
.AnyTagClassName
{
color: #E0043B;
}
</style>
background-color css
<style>
a { background-color: #E0043B; }
a { background-color: rgb(224,4,59); }
div.DivClassName
{
background-color: #E0043B;
}
.BgClassName
{
background-color: #E0043B;
}
</style>
border-color css
<style>
span { border-color: #E0043B; }
span { border-color: rgb(224,4,59); }
td.TdClassName
{
border-color: #E0043B;
}
.TagClassName
{
border-color: #E0043B;
}
</style>