Shades of Crimson #E01B3E
Tints of Crimson #E01B3E
RGB
CMYK
RGB Variations
Color information
#E01B3E (or 0xE01B3E) is known color: Crimson. HEX triplet: E0, 1B and 3E. RGB value is (224,27,62). Sum of RGB (Red+Green+Blue) = 224+27+62=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01B3E is #1FE4C1. Grayscale: #595959. Windows color (decimal): -2090178 or 4070368. OLE color: 4070368.
HSL color Cylindrical-coordinate representation of color #E01B3E: hue angle of 349.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B3E is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.12 |
| HSL | 349.34º | 0.78% | 0.49% | - |
| HSV(B) | 349.34º | 0.88% | 0.88% | - |
| XYZ | 32 | 16.98 | 6.15 | - |
| YUV | 89.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 62 | 0 | 0.88 | 0.72 | 0.12 | 349.34 | 0.78 | 0.49 |
| Hex | E0 | 1B | 3E | 0 | 58 | 48 | C | 15D | 4E | 31 |
| Octal | 340 | 33 | 76 | 0 | 130 | 110 | 14 | 535 | 116 | 61 |
| Binary | 11100000 | 11011 | 111110 | 0 | 1011000 | 1001000 | 1100 | 101011101 | 1001110 | 110001 |
Color Harmonies of #E01B3E
Complementary color
Monochromatic Colors of #E01B3E
Black with #E01B3E
Text Example
Text Example
White with #E01B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B3E; }
p { color: rgb(224,27,62); }
H1.HeaderClassName
{
color: #E01B3E;
}
.AnyTagClassName
{
color: #E01B3E;
}
</style>
background-color css
<style>
a { background-color: #E01B3E; }
a { background-color: rgb(224,27,62); }
div.DivClassName
{
background-color: #E01B3E;
}
.BgClassName
{
background-color: #E01B3E;
}
</style>
border-color css
<style>
span { border-color: #E01B3E; }
span { border-color: rgb(224,27,62); }
td.TdClassName
{
border-color: #E01B3E;
}
.TagClassName
{
border-color: #E01B3E;
}
</style>