Shades of Crimson #E30536
Tints of Crimson #E30536
RGB
CMYK
RGB Variations
Color information
#E30536 (or 0xE30536) is known color: Crimson. HEX triplet: E3, 05 and 36. RGB value is (227,5,54). Sum of RGB (Red+Green+Blue) = 227+5+54=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E30536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30536 is #1CFAC9. Grayscale: #4C4C4C. Windows color (decimal): -1899210 or 3540451. OLE color: 3540451.
HSL color Cylindrical-coordinate representation of color #E30536: hue angle of 346.76º 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 #E30536 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.11 |
| HSL | 346.76º | 0.96% | 0.45% | - |
| HSV(B) | 346.76º | 0.98% | 0.89% | - |
| XYZ | 32.4 | 16.71 | 5.01 | - |
| YUV | 76.96 | 115.05 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 54 | 0 | 0.98 | 0.76 | 0.11 | 346.76 | 0.96 | 0.45 |
| Hex | E3 | 5 | 36 | 0 | 62 | 4C | B | 15B | 60 | 2D |
| Octal | 343 | 5 | 66 | 0 | 142 | 114 | 13 | 533 | 140 | 55 |
| Binary | 11100011 | 101 | 110110 | 0 | 1100010 | 1001100 | 1011 | 101011011 | 1100000 | 101101 |
Color Harmonies of #E30536
Complementary color
Monochromatic Colors of #E30536
Black with #E30536
Text Example
Text Example
White with #E30536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30536; }
p { color: rgb(227,5,54); }
H1.HeaderClassName
{
color: #E30536;
}
.AnyTagClassName
{
color: #E30536;
}
</style>
background-color css
<style>
a { background-color: #E30536; }
a { background-color: rgb(227,5,54); }
div.DivClassName
{
background-color: #E30536;
}
.BgClassName
{
background-color: #E30536;
}
</style>
border-color css
<style>
span { border-color: #E30536; }
span { border-color: rgb(227,5,54); }
td.TdClassName
{
border-color: #E30536;
}
.TagClassName
{
border-color: #E30536;
}
</style>