Shades of Crimson #E30C3E
Tints of Crimson #E30C3E
RGB
CMYK
RGB Variations
Color information
#E30C3E (or 0xE30C3E) is known color: Crimson. HEX triplet: E3, 0C and 3E. RGB value is (227,12,62). Sum of RGB (Red+Green+Blue) = 227+12+62=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C3E is #1CF3C1. Grayscale: #525252. Windows color (decimal): -1897410 or 4066531. OLE color: 4066531.
HSL color Cylindrical-coordinate representation of color #E30C3E: hue angle of 346.05º 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 #E30C3E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 62 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.11 |
| HSL | 346.05º | 0.9% | 0.47% | - |
| HSV(B) | 346.05º | 0.95% | 0.89% | - |
| XYZ | 32.68 | 16.94 | 6.11 | - |
| YUV | 81.99 | 116.73 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 62 | 0 | 0.95 | 0.73 | 0.11 | 346.05 | 0.9 | 0.47 |
| Hex | E3 | C | 3E | 0 | 5F | 49 | B | 15A | 5A | 2F |
| Octal | 343 | 14 | 76 | 0 | 137 | 111 | 13 | 532 | 132 | 57 |
| Binary | 11100011 | 1100 | 111110 | 0 | 1011111 | 1001001 | 1011 | 101011010 | 1011010 | 101111 |
Color Harmonies of #E30C3E
Complementary color
Monochromatic Colors of #E30C3E
Black with #E30C3E
Text Example
Text Example
White with #E30C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C3E; }
p { color: rgb(227,12,62); }
H1.HeaderClassName
{
color: #E30C3E;
}
.AnyTagClassName
{
color: #E30C3E;
}
</style>
background-color css
<style>
a { background-color: #E30C3E; }
a { background-color: rgb(227,12,62); }
div.DivClassName
{
background-color: #E30C3E;
}
.BgClassName
{
background-color: #E30C3E;
}
</style>
border-color css
<style>
span { border-color: #E30C3E; }
span { border-color: rgb(227,12,62); }
td.TdClassName
{
border-color: #E30C3E;
}
.TagClassName
{
border-color: #E30C3E;
}
</style>