Shades of Crimson #E30628
Tints of Crimson #E30628
RGB
CMYK
RGB Variations
Color information
#E30628 (or 0xE30628) is known color: Crimson. HEX triplet: E3, 06 and 28. RGB value is (227,6,40). Sum of RGB (Red+Green+Blue) = 227+6+40=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E30628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30628 is #1CF9D7. Grayscale: #4C4C4C. Windows color (decimal): -1898968 or 2623203. OLE color: 2623203.
HSL color Cylindrical-coordinate representation of color #E30628: hue angle of 350.77º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30628 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.11 |
| HSL | 350.77º | 0.95% | 0.46% | - |
| HSV(B) | 350.77º | 0.97% | 0.89% | - |
| XYZ | 32.13 | 16.61 | 3.52 | - |
| YUV | 75.96 | 107.72 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 40 | 0 | 0.97 | 0.82 | 0.11 | 350.77 | 0.95 | 0.46 |
| Hex | E3 | 6 | 28 | 0 | 61 | 52 | B | 15F | 5F | 2E |
| Octal | 343 | 6 | 50 | 0 | 141 | 122 | 13 | 537 | 137 | 56 |
| Binary | 11100011 | 110 | 101000 | 0 | 1100001 | 1010010 | 1011 | 101011111 | 1011111 | 101110 |
Color Harmonies of #E30628
Complementary color
Monochromatic Colors of #E30628
Black with #E30628
Text Example
Text Example
White with #E30628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30628; }
p { color: rgb(227,6,40); }
H1.HeaderClassName
{
color: #E30628;
}
.AnyTagClassName
{
color: #E30628;
}
</style>
background-color css
<style>
a { background-color: #E30628; }
a { background-color: rgb(227,6,40); }
div.DivClassName
{
background-color: #E30628;
}
.BgClassName
{
background-color: #E30628;
}
</style>
border-color css
<style>
span { border-color: #E30628; }
span { border-color: rgb(227,6,40); }
td.TdClassName
{
border-color: #E30628;
}
.TagClassName
{
border-color: #E30628;
}
</style>