Shades of Crimson #E30C36
Tints of Crimson #E30C36
RGB
CMYK
RGB Variations
Color information
#E30C36 (or 0xE30C36) is known color: Crimson. HEX triplet: E3, 0C and 36. RGB value is (227,12,54). Sum of RGB (Red+Green+Blue) = 227+12+54=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C36 is #1CF3C9. Grayscale: #515151. Windows color (decimal): -1897418 or 3542243. OLE color: 3542243.
HSL color Cylindrical-coordinate representation of color #E30C36: hue angle of 348.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C36 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 54 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.11 |
| HSL | 348.28º | 0.9% | 0.47% | - |
| HSV(B) | 348.28º | 0.95% | 0.89% | - |
| XYZ | 32.48 | 16.86 | 5.03 | - |
| YUV | 81.07 | 112.73 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 54 | 0 | 0.95 | 0.76 | 0.11 | 348.28 | 0.9 | 0.47 |
| Hex | E3 | C | 36 | 0 | 5F | 4C | B | 15C | 5A | 2F |
| Octal | 343 | 14 | 66 | 0 | 137 | 114 | 13 | 534 | 132 | 57 |
| Binary | 11100011 | 1100 | 110110 | 0 | 1011111 | 1001100 | 1011 | 101011100 | 1011010 | 101111 |
Color Harmonies of #E30C36
Complementary color
Monochromatic Colors of #E30C36
Black with #E30C36
Text Example
Text Example
White with #E30C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C36; }
p { color: rgb(227,12,54); }
H1.HeaderClassName
{
color: #E30C36;
}
.AnyTagClassName
{
color: #E30C36;
}
</style>
background-color css
<style>
a { background-color: #E30C36; }
a { background-color: rgb(227,12,54); }
div.DivClassName
{
background-color: #E30C36;
}
.BgClassName
{
background-color: #E30C36;
}
</style>
border-color css
<style>
span { border-color: #E30C36; }
span { border-color: rgb(227,12,54); }
td.TdClassName
{
border-color: #E30C36;
}
.TagClassName
{
border-color: #E30C36;
}
</style>