Shades of Crimson #E30C2B
Tints of Crimson #E30C2B
RGB
CMYK
RGB Variations
Color information
#E30C2B (or 0xE30C2B) is known color: Crimson. HEX triplet: E3, 0C and 2B. RGB value is (227,12,43). Sum of RGB (Red+Green+Blue) = 227+12+43=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C2B is #1CF3D4. Grayscale: #4F4F4F. Windows color (decimal): -1897429 or 2821347. OLE color: 2821347.
HSL color Cylindrical-coordinate representation of color #E30C2B: hue angle of 351.35º 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 #E30C2B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.11 |
| HSL | 351.35º | 0.9% | 0.47% | - |
| HSV(B) | 351.35º | 0.95% | 0.89% | - |
| XYZ | 32.25 | 16.77 | 3.82 | - |
| YUV | 79.82 | 107.23 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 43 | 0 | 0.95 | 0.81 | 0.11 | 351.35 | 0.9 | 0.47 |
| Hex | E3 | C | 2B | 0 | 5F | 51 | B | 15F | 5A | 2F |
| Octal | 343 | 14 | 53 | 0 | 137 | 121 | 13 | 537 | 132 | 57 |
| Binary | 11100011 | 1100 | 101011 | 0 | 1011111 | 1010001 | 1011 | 101011111 | 1011010 | 101111 |
Color Harmonies of #E30C2B
Complementary color
Monochromatic Colors of #E30C2B
Black with #E30C2B
Text Example
Text Example
White with #E30C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C2B; }
p { color: rgb(227,12,43); }
H1.HeaderClassName
{
color: #E30C2B;
}
.AnyTagClassName
{
color: #E30C2B;
}
</style>
background-color css
<style>
a { background-color: #E30C2B; }
a { background-color: rgb(227,12,43); }
div.DivClassName
{
background-color: #E30C2B;
}
.BgClassName
{
background-color: #E30C2B;
}
</style>
border-color css
<style>
span { border-color: #E30C2B; }
span { border-color: rgb(227,12,43); }
td.TdClassName
{
border-color: #E30C2B;
}
.TagClassName
{
border-color: #E30C2B;
}
</style>