Shades of Crimson #E30A2B
Tints of Crimson #E30A2B
RGB
CMYK
RGB Variations
Color information
#E30A2B (or 0xE30A2B) is known color: Crimson. HEX triplet: E3, 0A and 2B. RGB value is (227,10,43). Sum of RGB (Red+Green+Blue) = 227+10+43=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A2B is #1CF5D4. Grayscale: #4E4E4E. Windows color (decimal): -1897941 or 2820835. OLE color: 2820835.
HSL color Cylindrical-coordinate representation of color #E30A2B: hue angle of 350.88º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A2B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.11 |
| HSL | 350.88º | 0.92% | 0.46% | - |
| HSV(B) | 350.88º | 0.96% | 0.89% | - |
| XYZ | 32.22 | 16.72 | 3.81 | - |
| YUV | 78.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 43 | 0 | 0.96 | 0.81 | 0.11 | 350.88 | 0.92 | 0.46 |
| Hex | E3 | A | 2B | 0 | 60 | 51 | B | 15F | 5C | 2E |
| Octal | 343 | 12 | 53 | 0 | 140 | 121 | 13 | 537 | 134 | 56 |
| Binary | 11100011 | 1010 | 101011 | 0 | 1100000 | 1010001 | 1011 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E30A2B
Complementary color
Monochromatic Colors of #E30A2B
Black with #E30A2B
Text Example
Text Example
White with #E30A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A2B; }
p { color: rgb(227,10,43); }
H1.HeaderClassName
{
color: #E30A2B;
}
.AnyTagClassName
{
color: #E30A2B;
}
</style>
background-color css
<style>
a { background-color: #E30A2B; }
a { background-color: rgb(227,10,43); }
div.DivClassName
{
background-color: #E30A2B;
}
.BgClassName
{
background-color: #E30A2B;
}
</style>
border-color css
<style>
span { border-color: #E30A2B; }
span { border-color: rgb(227,10,43); }
td.TdClassName
{
border-color: #E30A2B;
}
.TagClassName
{
border-color: #E30A2B;
}
</style>