Shades of Crimson #E30627
Tints of Crimson #E30627
RGB
CMYK
RGB Variations
Color information
#E30627 (or 0xE30627) is known color: Crimson. HEX triplet: E3, 06 and 27. RGB value is (227,6,39). Sum of RGB (Red+Green+Blue) = 227+6+39=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E30627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30627 is #1CF9D8. Grayscale: #4B4B4B. Windows color (decimal): -1898969 or 2557667. OLE color: 2557667.
HSL color Cylindrical-coordinate representation of color #E30627: hue angle of 351.04º 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 #E30627 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.11 |
| HSL | 351.04º | 0.95% | 0.46% | - |
| HSV(B) | 351.04º | 0.97% | 0.89% | - |
| XYZ | 32.11 | 16.61 | 3.43 | - |
| YUV | 75.84 | 107.22 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 39 | 0 | 0.97 | 0.83 | 0.11 | 351.04 | 0.95 | 0.46 |
| Hex | E3 | 6 | 27 | 0 | 61 | 53 | B | 15F | 5F | 2E |
| Octal | 343 | 6 | 47 | 0 | 141 | 123 | 13 | 537 | 137 | 56 |
| Binary | 11100011 | 110 | 100111 | 0 | 1100001 | 1010011 | 1011 | 101011111 | 1011111 | 101110 |
Color Harmonies of #E30627
Complementary color
Monochromatic Colors of #E30627
Black with #E30627
Text Example
Text Example
White with #E30627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30627; }
p { color: rgb(227,6,39); }
H1.HeaderClassName
{
color: #E30627;
}
.AnyTagClassName
{
color: #E30627;
}
</style>
background-color css
<style>
a { background-color: #E30627; }
a { background-color: rgb(227,6,39); }
div.DivClassName
{
background-color: #E30627;
}
.BgClassName
{
background-color: #E30627;
}
</style>
border-color css
<style>
span { border-color: #E30627; }
span { border-color: rgb(227,6,39); }
td.TdClassName
{
border-color: #E30627;
}
.TagClassName
{
border-color: #E30627;
}
</style>