Shades of Crimson #E3003B
Tints of Crimson #E3003B
RGB
CMYK
RGB Variations
Color information
#E3003B (or 0xE3003B) is known color: Crimson. HEX triplet: E3, 00 and 3B. RGB value is (227,0,59). Sum of RGB (Red+Green+Blue) = 227+0+59=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3003B is #1CFFC4. Grayscale: #4A4A4A. Windows color (decimal): -1900485 or 3866851. OLE color: 3866851.
HSL color Cylindrical-coordinate representation of color #E3003B: hue angle of 344.41º 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 #E3003B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.74 | 0.11 |
| HSL | 344.41º | 1% | 0.45% | - |
| HSV(B) | 344.41º | 1% | 0.89% | - |
| XYZ | 32.47 | 16.65 | 5.64 | - |
| YUV | 74.6 | 119.21 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 59 | 0 | 1 | 0.74 | 0.11 | 344.41 | 1 | 0.45 |
| Hex | E3 | 0 | 3B | 0 | 64 | 4A | B | 158 | 64 | 2D |
| Octal | 343 | 0 | 73 | 0 | 144 | 112 | 13 | 530 | 144 | 55 |
| Binary | 11100011 | 0 | 111011 | 0 | 1100100 | 1001010 | 1011 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E3003B
Complementary color
Monochromatic Colors of #E3003B
Black with #E3003B
Text Example
Text Example
White with #E3003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3003B; }
p { color: rgb(227,0,59); }
H1.HeaderClassName
{
color: #E3003B;
}
.AnyTagClassName
{
color: #E3003B;
}
</style>
background-color css
<style>
a { background-color: #E3003B; }
a { background-color: rgb(227,0,59); }
div.DivClassName
{
background-color: #E3003B;
}
.BgClassName
{
background-color: #E3003B;
}
</style>
border-color css
<style>
span { border-color: #E3003B; }
span { border-color: rgb(227,0,59); }
td.TdClassName
{
border-color: #E3003B;
}
.TagClassName
{
border-color: #E3003B;
}
</style>