Shades of Crimson #E30228
Tints of Crimson #E30228
RGB
CMYK
RGB Variations
Color information
#E30228 (or 0xE30228) is known color: Crimson. HEX triplet: E3, 02 and 28. RGB value is (227,2,40). Sum of RGB (Red+Green+Blue) = 227+2+40=269 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.39% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 227 - color contains mainly: red. Hex color #E30228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30228 is #1CFDD7. Grayscale: #494949. Windows color (decimal): -1899992 or 2622179. OLE color: 2622179.
HSL color Cylindrical-coordinate representation of color #E30228: hue angle of 349.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30228 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.11 |
| HSL | 349.87º | 0.98% | 0.45% | - |
| HSV(B) | 349.87º | 0.99% | 0.89% | - |
| XYZ | 32.08 | 16.53 | 3.51 | - |
| YUV | 73.61 | 109.04 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 40 | 0 | 0.99 | 0.82 | 0.11 | 349.87 | 0.98 | 0.45 |
| Hex | E3 | 2 | 28 | 0 | 63 | 52 | B | 15E | 62 | 2D |
| Octal | 343 | 2 | 50 | 0 | 143 | 122 | 13 | 536 | 142 | 55 |
| Binary | 11100011 | 10 | 101000 | 0 | 1100011 | 1010010 | 1011 | 101011110 | 1100010 | 101101 |
Color Harmonies of #E30228
Complementary color
Monochromatic Colors of #E30228
Black with #E30228
Text Example
Text Example
White with #E30228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30228; }
p { color: rgb(227,2,40); }
H1.HeaderClassName
{
color: #E30228;
}
.AnyTagClassName
{
color: #E30228;
}
</style>
background-color css
<style>
a { background-color: #E30228; }
a { background-color: rgb(227,2,40); }
div.DivClassName
{
background-color: #E30228;
}
.BgClassName
{
background-color: #E30228;
}
</style>
border-color css
<style>
span { border-color: #E30228; }
span { border-color: rgb(227,2,40); }
td.TdClassName
{
border-color: #E30228;
}
.TagClassName
{
border-color: #E30228;
}
</style>