Shades of Crimson #E30239
Tints of Crimson #E30239
RGB
CMYK
RGB Variations
Color information
#E30239 (or 0xE30239) is known color: Crimson. HEX triplet: E3, 02 and 39. RGB value is (227,2,57). Sum of RGB (Red+Green+Blue) = 227+2+57=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E30239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30239 is #1CFDC6. Grayscale: #4B4B4B. Windows color (decimal): -1899975 or 3736291. OLE color: 3736291.
HSL color Cylindrical-coordinate representation of color #E30239: hue angle of 345.33º 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 #E30239 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.11 |
| HSL | 345.33º | 0.98% | 0.45% | - |
| HSV(B) | 345.33º | 0.99% | 0.89% | - |
| XYZ | 32.44 | 16.67 | 5.38 | - |
| YUV | 75.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 57 | 0 | 0.99 | 0.75 | 0.11 | 345.33 | 0.98 | 0.45 |
| Hex | E3 | 2 | 39 | 0 | 63 | 4B | B | 159 | 62 | 2D |
| Octal | 343 | 2 | 71 | 0 | 143 | 113 | 13 | 531 | 142 | 55 |
| Binary | 11100011 | 10 | 111001 | 0 | 1100011 | 1001011 | 1011 | 101011001 | 1100010 | 101101 |
Color Harmonies of #E30239
Complementary color
Monochromatic Colors of #E30239
Black with #E30239
Text Example
Text Example
White with #E30239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30239; }
p { color: rgb(227,2,57); }
H1.HeaderClassName
{
color: #E30239;
}
.AnyTagClassName
{
color: #E30239;
}
</style>
background-color css
<style>
a { background-color: #E30239; }
a { background-color: rgb(227,2,57); }
div.DivClassName
{
background-color: #E30239;
}
.BgClassName
{
background-color: #E30239;
}
</style>
border-color css
<style>
span { border-color: #E30239; }
span { border-color: rgb(227,2,57); }
td.TdClassName
{
border-color: #E30239;
}
.TagClassName
{
border-color: #E30239;
}
</style>