Shades of Crimson #E30039
Tints of Crimson #E30039
RGB
CMYK
RGB Variations
Color information
#E30039 (or 0xE30039) is known color: Crimson. HEX triplet: E3, 00 and 39. RGB value is (227,0,57). Sum of RGB (Red+Green+Blue) = 227+0+57=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E30039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30039 is #1CFFC6. Grayscale: #4A4A4A. Windows color (decimal): -1900487 or 3735779. OLE color: 3735779.
HSL color Cylindrical-coordinate representation of color #E30039: hue angle of 344.93º 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 #E30039 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.75 | 0.11 |
| HSL | 344.93º | 1% | 0.45% | - |
| HSV(B) | 344.93º | 1% | 0.89% | - |
| XYZ | 32.42 | 16.63 | 5.37 | - |
| YUV | 74.37 | 118.21 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 57 | 0 | 1 | 0.75 | 0.11 | 344.93 | 1 | 0.45 |
| Hex | E3 | 0 | 39 | 0 | 64 | 4B | B | 159 | 64 | 2D |
| Octal | 343 | 0 | 71 | 0 | 144 | 113 | 13 | 531 | 144 | 55 |
| Binary | 11100011 | 0 | 111001 | 0 | 1100100 | 1001011 | 1011 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E30039
Complementary color
Monochromatic Colors of #E30039
Black with #E30039
Text Example
Text Example
White with #E30039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30039; }
p { color: rgb(227,0,57); }
H1.HeaderClassName
{
color: #E30039;
}
.AnyTagClassName
{
color: #E30039;
}
</style>
background-color css
<style>
a { background-color: #E30039; }
a { background-color: rgb(227,0,57); }
div.DivClassName
{
background-color: #E30039;
}
.BgClassName
{
background-color: #E30039;
}
</style>
border-color css
<style>
span { border-color: #E30039; }
span { border-color: rgb(227,0,57); }
td.TdClassName
{
border-color: #E30039;
}
.TagClassName
{
border-color: #E30039;
}
</style>