Shades of Crimson #E3003A
Tints of Crimson #E3003A
RGB
CMYK
RGB Variations
Color information
#E3003A (or 0xE3003A) is known color: Crimson. HEX triplet: E3, 00 and 3A. RGB value is (227,0,58). Sum of RGB (Red+Green+Blue) = 227+0+58=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E3003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3003A is #1CFFC5. Grayscale: #4A4A4A. Windows color (decimal): -1900486 or 3801315. OLE color: 3801315.
HSL color Cylindrical-coordinate representation of color #E3003A: hue angle of 344.67º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3003A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.74 | 0.11 |
| HSL | 344.67º | 1% | 0.45% | - |
| HSV(B) | 344.67º | 1% | 0.89% | - |
| XYZ | 32.44 | 16.64 | 5.5 | - |
| YUV | 74.49 | 118.71 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 58 | 0 | 1 | 0.74 | 0.11 | 344.67 | 1 | 0.45 |
| Hex | E3 | 0 | 3A | 0 | 64 | 4A | B | 159 | 64 | 2D |
| Octal | 343 | 0 | 72 | 0 | 144 | 112 | 13 | 531 | 144 | 55 |
| Binary | 11100011 | 0 | 111010 | 0 | 1100100 | 1001010 | 1011 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E3003A
Complementary color
Monochromatic Colors of #E3003A
Black with #E3003A
Text Example
Text Example
White with #E3003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3003A; }
p { color: rgb(227,0,58); }
H1.HeaderClassName
{
color: #E3003A;
}
.AnyTagClassName
{
color: #E3003A;
}
</style>
background-color css
<style>
a { background-color: #E3003A; }
a { background-color: rgb(227,0,58); }
div.DivClassName
{
background-color: #E3003A;
}
.BgClassName
{
background-color: #E3003A;
}
</style>
border-color css
<style>
span { border-color: #E3003A; }
span { border-color: rgb(227,0,58); }
td.TdClassName
{
border-color: #E3003A;
}
.TagClassName
{
border-color: #E3003A;
}
</style>