Shades of Crimson #E3003F
Tints of Crimson #E3003F
RGB
CMYK
RGB Variations
Color information
#E3003F (or 0xE3003F) is known color: Crimson. HEX triplet: E3, 00 and 3F. RGB value is (227,0,63). Sum of RGB (Red+Green+Blue) = 227+0+63=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3003F is #1CFFC0. Grayscale: #4B4B4B. Windows color (decimal): -1900481 or 4128995. OLE color: 4128995.
HSL color Cylindrical-coordinate representation of color #E3003F: hue angle of 343.35º 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 #E3003F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.72 | 0.11 |
| HSL | 343.35º | 1% | 0.45% | - |
| HSV(B) | 343.35º | 1% | 0.89% | - |
| XYZ | 32.58 | 16.69 | 6.21 | - |
| YUV | 75.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 63 | 0 | 1 | 0.72 | 0.11 | 343.35 | 1 | 0.45 |
| Hex | E3 | 0 | 3F | 0 | 64 | 48 | B | 157 | 64 | 2D |
| Octal | 343 | 0 | 77 | 0 | 144 | 110 | 13 | 527 | 144 | 55 |
| Binary | 11100011 | 0 | 111111 | 0 | 1100100 | 1001000 | 1011 | 101010111 | 1100100 | 101101 |
Color Harmonies of #E3003F
Complementary color
Monochromatic Colors of #E3003F
Black with #E3003F
Text Example
Text Example
White with #E3003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3003F; }
p { color: rgb(227,0,63); }
H1.HeaderClassName
{
color: #E3003F;
}
.AnyTagClassName
{
color: #E3003F;
}
</style>
background-color css
<style>
a { background-color: #E3003F; }
a { background-color: rgb(227,0,63); }
div.DivClassName
{
background-color: #E3003F;
}
.BgClassName
{
background-color: #E3003F;
}
</style>
border-color css
<style>
span { border-color: #E3003F; }
span { border-color: rgb(227,0,63); }
td.TdClassName
{
border-color: #E3003F;
}
.TagClassName
{
border-color: #E3003F;
}
</style>