Shades of Crimson #E30132
Tints of Crimson #E30132
RGB
CMYK
RGB Variations
Color information
#E30132 (or 0xE30132) is known color: Crimson. HEX triplet: E3, 01 and 32. RGB value is (227,1,50). Sum of RGB (Red+Green+Blue) = 227+1+50=278 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.65% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 227 - color contains mainly: red. Hex color #E30132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30132 is #1CFECD. Grayscale: #4A4A4A. Windows color (decimal): -1900238 or 3277283. OLE color: 3277283.
HSL color Cylindrical-coordinate representation of color #E30132: hue angle of 346.99º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30132 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.11 |
| HSL | 346.99º | 0.99% | 0.45% | - |
| HSV(B) | 346.99º | 1% | 0.89% | - |
| XYZ | 32.27 | 16.58 | 4.52 | - |
| YUV | 74.16 | 114.37 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 50 | 0 | 1.00 | 0.78 | 0.11 | 346.99 | 0.99 | 0.45 |
| Hex | E3 | 1 | 32 | 0 | 64 | 4E | B | 15B | 63 | 2D |
| Octal | 343 | 1 | 62 | 0 | 144 | 116 | 13 | 533 | 143 | 55 |
| Binary | 11100011 | 1 | 110010 | 0 | 1100100 | 1001110 | 1011 | 101011011 | 1100011 | 101101 |
Color Harmonies of #E30132
Complementary color
Monochromatic Colors of #E30132
Black with #E30132
Text Example
Text Example
White with #E30132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30132; }
p { color: rgb(227,1,50); }
H1.HeaderClassName
{
color: #E30132;
}
.AnyTagClassName
{
color: #E30132;
}
</style>
background-color css
<style>
a { background-color: #E30132; }
a { background-color: rgb(227,1,50); }
div.DivClassName
{
background-color: #E30132;
}
.BgClassName
{
background-color: #E30132;
}
</style>
border-color css
<style>
span { border-color: #E30132; }
span { border-color: rgb(227,1,50); }
td.TdClassName
{
border-color: #E30132;
}
.TagClassName
{
border-color: #E30132;
}
</style>