Shades of Crimson #E30532
Tints of Crimson #E30532
RGB
CMYK
RGB Variations
Color information
#E30532 (or 0xE30532) is known color: Crimson. HEX triplet: E3, 05 and 32. RGB value is (227,5,50). Sum of RGB (Red+Green+Blue) = 227+5+50=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E30532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30532 is #1CFACD. Grayscale: #4C4C4C. Windows color (decimal): -1899214 or 3278307. OLE color: 3278307.
HSL color Cylindrical-coordinate representation of color #E30532: hue angle of 347.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30532 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.11 |
| HSL | 347.84º | 0.96% | 0.45% | - |
| HSV(B) | 347.84º | 0.98% | 0.89% | - |
| XYZ | 32.31 | 16.67 | 4.53 | - |
| YUV | 76.51 | 113.05 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 50 | 0 | 0.98 | 0.78 | 0.11 | 347.84 | 0.96 | 0.45 |
| Hex | E3 | 5 | 32 | 0 | 62 | 4E | B | 15C | 60 | 2D |
| Octal | 343 | 5 | 62 | 0 | 142 | 116 | 13 | 534 | 140 | 55 |
| Binary | 11100011 | 101 | 110010 | 0 | 1100010 | 1001110 | 1011 | 101011100 | 1100000 | 101101 |
Color Harmonies of #E30532
Complementary color
Monochromatic Colors of #E30532
Black with #E30532
Text Example
Text Example
White with #E30532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30532; }
p { color: rgb(227,5,50); }
H1.HeaderClassName
{
color: #E30532;
}
.AnyTagClassName
{
color: #E30532;
}
</style>
background-color css
<style>
a { background-color: #E30532; }
a { background-color: rgb(227,5,50); }
div.DivClassName
{
background-color: #E30532;
}
.BgClassName
{
background-color: #E30532;
}
</style>
border-color css
<style>
span { border-color: #E30532; }
span { border-color: rgb(227,5,50); }
td.TdClassName
{
border-color: #E30532;
}
.TagClassName
{
border-color: #E30532;
}
</style>