Shades of Crimson #E30828
Tints of Crimson #E30828
RGB
CMYK
RGB Variations
Color information
#E30828 (or 0xE30828) is known color: Crimson. HEX triplet: E3, 08 and 28. RGB value is (227,8,40). Sum of RGB (Red+Green+Blue) = 227+8+40=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E30828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30828 is #1CF7D7. Grayscale: #4D4D4D. Windows color (decimal): -1898456 or 2623715. OLE color: 2623715.
HSL color Cylindrical-coordinate representation of color #E30828: hue angle of 351.23º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30828 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.11 |
| HSL | 351.23º | 0.93% | 0.46% | - |
| HSV(B) | 351.23º | 0.96% | 0.89% | - |
| XYZ | 32.15 | 16.66 | 3.53 | - |
| YUV | 77.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 40 | 0 | 0.96 | 0.82 | 0.11 | 351.23 | 0.93 | 0.46 |
| Hex | E3 | 8 | 28 | 0 | 60 | 52 | B | 15F | 5D | 2E |
| Octal | 343 | 10 | 50 | 0 | 140 | 122 | 13 | 537 | 135 | 56 |
| Binary | 11100011 | 1000 | 101000 | 0 | 1100000 | 1010010 | 1011 | 101011111 | 1011101 | 101110 |
Color Harmonies of #E30828
Complementary color
Monochromatic Colors of #E30828
Black with #E30828
Text Example
Text Example
White with #E30828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30828; }
p { color: rgb(227,8,40); }
H1.HeaderClassName
{
color: #E30828;
}
.AnyTagClassName
{
color: #E30828;
}
</style>
background-color css
<style>
a { background-color: #E30828; }
a { background-color: rgb(227,8,40); }
div.DivClassName
{
background-color: #E30828;
}
.BgClassName
{
background-color: #E30828;
}
</style>
border-color css
<style>
span { border-color: #E30828; }
span { border-color: rgb(227,8,40); }
td.TdClassName
{
border-color: #E30828;
}
.TagClassName
{
border-color: #E30828;
}
</style>