Shades of Crimson #E3013A
Tints of Crimson #E3013A
RGB
CMYK
RGB Variations
Color information
#E3013A (or 0xE3013A) is known color: Crimson. HEX triplet: E3, 01 and 3A. RGB value is (227,1,58). Sum of RGB (Red+Green+Blue) = 227+1+58=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3013A is #1CFEC5. Grayscale: #4B4B4B. Windows color (decimal): -1900230 or 3801571. OLE color: 3801571.
HSL color Cylindrical-coordinate representation of color #E3013A: hue angle of 344.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3013A is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.11 |
| HSL | 344.87º | 0.99% | 0.45% | - |
| HSV(B) | 344.87º | 1% | 0.89% | - |
| XYZ | 32.45 | 16.66 | 5.51 | - |
| YUV | 75.07 | 118.37 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 58 | 0 | 1.00 | 0.74 | 0.11 | 344.87 | 0.99 | 0.45 |
| Hex | E3 | 1 | 3A | 0 | 64 | 4A | B | 159 | 63 | 2D |
| Octal | 343 | 1 | 72 | 0 | 144 | 112 | 13 | 531 | 143 | 55 |
| Binary | 11100011 | 1 | 111010 | 0 | 1100100 | 1001010 | 1011 | 101011001 | 1100011 | 101101 |
Color Harmonies of #E3013A
Complementary color
Monochromatic Colors of #E3013A
Black with #E3013A
Text Example
Text Example
White with #E3013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3013A; }
p { color: rgb(227,1,58); }
H1.HeaderClassName
{
color: #E3013A;
}
.AnyTagClassName
{
color: #E3013A;
}
</style>
background-color css
<style>
a { background-color: #E3013A; }
a { background-color: rgb(227,1,58); }
div.DivClassName
{
background-color: #E3013A;
}
.BgClassName
{
background-color: #E3013A;
}
</style>
border-color css
<style>
span { border-color: #E3013A; }
span { border-color: rgb(227,1,58); }
td.TdClassName
{
border-color: #E3013A;
}
.TagClassName
{
border-color: #E3013A;
}
</style>