Shades of Crimson #E30527
Tints of Crimson #E30527
RGB
CMYK
RGB Variations
Color information
#E30527 (or 0xE30527) is known color: Crimson. HEX triplet: E3, 05 and 27. RGB value is (227,5,39). Sum of RGB (Red+Green+Blue) = 227+5+39=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E30527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30527 is #1CFAD8. Grayscale: #4B4B4B. Windows color (decimal): -1899225 or 2557411. OLE color: 2557411.
HSL color Cylindrical-coordinate representation of color #E30527: hue angle of 350.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.11 |
| HSL | 350.81º | 0.96% | 0.45% | - |
| HSV(B) | 350.81º | 0.98% | 0.89% | - |
| XYZ | 32.1 | 16.59 | 3.43 | - |
| YUV | 75.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 39 | 0 | 0.98 | 0.83 | 0.11 | 350.81 | 0.96 | 0.45 |
| Hex | E3 | 5 | 27 | 0 | 62 | 53 | B | 15F | 60 | 2D |
| Octal | 343 | 5 | 47 | 0 | 142 | 123 | 13 | 537 | 140 | 55 |
| Binary | 11100011 | 101 | 100111 | 0 | 1100010 | 1010011 | 1011 | 101011111 | 1100000 | 101101 |
Color Harmonies of #E30527
Complementary color
Monochromatic Colors of #E30527
Black with #E30527
Text Example
Text Example
White with #E30527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30527; }
p { color: rgb(227,5,39); }
H1.HeaderClassName
{
color: #E30527;
}
.AnyTagClassName
{
color: #E30527;
}
</style>
background-color css
<style>
a { background-color: #E30527; }
a { background-color: rgb(227,5,39); }
div.DivClassName
{
background-color: #E30527;
}
.BgClassName
{
background-color: #E30527;
}
</style>
border-color css
<style>
span { border-color: #E30527; }
span { border-color: rgb(227,5,39); }
td.TdClassName
{
border-color: #E30527;
}
.TagClassName
{
border-color: #E30527;
}
</style>