Shades of Crimson #E30135
Tints of Crimson #E30135
RGB
CMYK
RGB Variations
Color information
#E30135 (or 0xE30135) is known color: Crimson. HEX triplet: E3, 01 and 35. RGB value is (227,1,53). Sum of RGB (Red+Green+Blue) = 227+1+53=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E30135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30135 is #1CFECA. Grayscale: #4A4A4A. Windows color (decimal): -1900235 or 3473891. OLE color: 3473891.
HSL color Cylindrical-coordinate representation of color #E30135: hue angle of 346.19º 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 #E30135 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.11 |
| HSL | 346.19º | 0.99% | 0.45% | - |
| HSV(B) | 346.19º | 1% | 0.89% | - |
| XYZ | 32.33 | 16.61 | 4.87 | - |
| YUV | 74.5 | 115.87 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 53 | 0 | 1.00 | 0.77 | 0.11 | 346.19 | 0.99 | 0.45 |
| Hex | E3 | 1 | 35 | 0 | 64 | 4D | B | 15A | 63 | 2D |
| Octal | 343 | 1 | 65 | 0 | 144 | 115 | 13 | 532 | 143 | 55 |
| Binary | 11100011 | 1 | 110101 | 0 | 1100100 | 1001101 | 1011 | 101011010 | 1100011 | 101101 |
Color Harmonies of #E30135
Complementary color
Monochromatic Colors of #E30135
Black with #E30135
Text Example
Text Example
White with #E30135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30135; }
p { color: rgb(227,1,53); }
H1.HeaderClassName
{
color: #E30135;
}
.AnyTagClassName
{
color: #E30135;
}
</style>
background-color css
<style>
a { background-color: #E30135; }
a { background-color: rgb(227,1,53); }
div.DivClassName
{
background-color: #E30135;
}
.BgClassName
{
background-color: #E30135;
}
</style>
border-color css
<style>
span { border-color: #E30135; }
span { border-color: rgb(227,1,53); }
td.TdClassName
{
border-color: #E30135;
}
.TagClassName
{
border-color: #E30135;
}
</style>