Shades of Crimson #E30236
Tints of Crimson #E30236
RGB
CMYK
RGB Variations
Color information
#E30236 (or 0xE30236) is known color: Crimson. HEX triplet: E3, 02 and 36. RGB value is (227,2,54). Sum of RGB (Red+Green+Blue) = 227+2+54=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E30236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30236 is #1CFDC9. Grayscale: #4B4B4B. Windows color (decimal): -1899978 or 3539683. OLE color: 3539683.
HSL color Cylindrical-coordinate representation of color #E30236: hue angle of 346.13º 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 #E30236 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.11 |
| HSL | 346.13º | 0.98% | 0.45% | - |
| HSV(B) | 346.13º | 0.99% | 0.89% | - |
| XYZ | 32.37 | 16.64 | 5 | - |
| YUV | 75.2 | 116.04 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 54 | 0 | 0.99 | 0.76 | 0.11 | 346.13 | 0.98 | 0.45 |
| Hex | E3 | 2 | 36 | 0 | 63 | 4C | B | 15A | 62 | 2D |
| Octal | 343 | 2 | 66 | 0 | 143 | 114 | 13 | 532 | 142 | 55 |
| Binary | 11100011 | 10 | 110110 | 0 | 1100011 | 1001100 | 1011 | 101011010 | 1100010 | 101101 |
Color Harmonies of #E30236
Complementary color
Monochromatic Colors of #E30236
Black with #E30236
Text Example
Text Example
White with #E30236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30236; }
p { color: rgb(227,2,54); }
H1.HeaderClassName
{
color: #E30236;
}
.AnyTagClassName
{
color: #E30236;
}
</style>
background-color css
<style>
a { background-color: #E30236; }
a { background-color: rgb(227,2,54); }
div.DivClassName
{
background-color: #E30236;
}
.BgClassName
{
background-color: #E30236;
}
</style>
border-color css
<style>
span { border-color: #E30236; }
span { border-color: rgb(227,2,54); }
td.TdClassName
{
border-color: #E30236;
}
.TagClassName
{
border-color: #E30236;
}
</style>