Shades of Crimson #E30129
Tints of Crimson #E30129
RGB
CMYK
RGB Variations
Color information
#E30129 (or 0xE30129) is known color: Crimson. HEX triplet: E3, 01 and 29. RGB value is (227,1,41). Sum of RGB (Red+Green+Blue) = 227+1+41=269 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.39% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 227 - color contains mainly: red. Hex color #E30129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30129 is #1CFED6. Grayscale: #494949. Windows color (decimal): -1900247 or 2687459. OLE color: 2687459.
HSL color Cylindrical-coordinate representation of color #E30129: hue angle of 349.38º 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 #E30129 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.11 |
| HSL | 349.38º | 0.99% | 0.45% | - |
| HSV(B) | 349.38º | 1% | 0.89% | - |
| XYZ | 32.09 | 16.51 | 3.59 | - |
| YUV | 73.13 | 109.87 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 41 | 0 | 1.00 | 0.82 | 0.11 | 349.38 | 0.99 | 0.45 |
| Hex | E3 | 1 | 29 | 0 | 64 | 52 | B | 15D | 63 | 2D |
| Octal | 343 | 1 | 51 | 0 | 144 | 122 | 13 | 535 | 143 | 55 |
| Binary | 11100011 | 1 | 101001 | 0 | 1100100 | 1010010 | 1011 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E30129
Complementary color
Monochromatic Colors of #E30129
Black with #E30129
Text Example
Text Example
White with #E30129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30129; }
p { color: rgb(227,1,41); }
H1.HeaderClassName
{
color: #E30129;
}
.AnyTagClassName
{
color: #E30129;
}
</style>
background-color css
<style>
a { background-color: #E30129; }
a { background-color: rgb(227,1,41); }
div.DivClassName
{
background-color: #E30129;
}
.BgClassName
{
background-color: #E30129;
}
</style>
border-color css
<style>
span { border-color: #E30129; }
span { border-color: rgb(227,1,41); }
td.TdClassName
{
border-color: #E30129;
}
.TagClassName
{
border-color: #E30129;
}
</style>