Shades of Crimson #E3002A
Tints of Crimson #E3002A
RGB
CMYK
RGB Variations
Color information
#E3002A (or 0xE3002A) is known color: Crimson. HEX triplet: E3, 00 and 2A. RGB value is (227,0,42). Sum of RGB (Red+Green+Blue) = 227+0+42=269 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.39% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 227 - color contains mainly: red. Hex color #E3002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3002A is #1CFFD5. Grayscale: #484848. Windows color (decimal): -1900502 or 2752739. OLE color: 2752739.
HSL color Cylindrical-coordinate representation of color #E3002A: hue angle of 348.9º 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 #E3002A is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.81 | 0.11 |
| HSL | 348.9º | 1% | 0.45% | - |
| HSV(B) | 348.9º | 1% | 0.89% | - |
| XYZ | 32.1 | 16.5 | 3.68 | - |
| YUV | 72.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 42 | 0 | 1 | 0.81 | 0.11 | 348.9 | 1 | 0.45 |
| Hex | E3 | 0 | 2A | 0 | 64 | 51 | B | 15D | 64 | 2D |
| Octal | 343 | 0 | 52 | 0 | 144 | 121 | 13 | 535 | 144 | 55 |
| Binary | 11100011 | 0 | 101010 | 0 | 1100100 | 1010001 | 1011 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E3002A
Complementary color
Monochromatic Colors of #E3002A
Black with #E3002A
Text Example
Text Example
White with #E3002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3002A; }
p { color: rgb(227,0,42); }
H1.HeaderClassName
{
color: #E3002A;
}
.AnyTagClassName
{
color: #E3002A;
}
</style>
background-color css
<style>
a { background-color: #E3002A; }
a { background-color: rgb(227,0,42); }
div.DivClassName
{
background-color: #E3002A;
}
.BgClassName
{
background-color: #E3002A;
}
</style>
border-color css
<style>
span { border-color: #E3002A; }
span { border-color: rgb(227,0,42); }
td.TdClassName
{
border-color: #E3002A;
}
.TagClassName
{
border-color: #E3002A;
}
</style>