Shades of Crimson #E30C43
Tints of Crimson #E30C43
RGB
CMYK
RGB Variations
Color information
#E30C43 (or 0xE30C43) is known color: Crimson. HEX triplet: E3, 0C and 43. RGB value is (227,12,67). Sum of RGB (Red+Green+Blue) = 227+12+67=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C43 is #1CF3BC. Grayscale: #525252. Windows color (decimal): -1897405 or 4394211. OLE color: 4394211.
HSL color Cylindrical-coordinate representation of color #E30C43: hue angle of 344.65º 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 #E30C43 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 67 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.11 |
| HSL | 344.65º | 0.9% | 0.47% | - |
| HSV(B) | 344.65º | 0.95% | 0.89% | - |
| XYZ | 32.82 | 17 | 6.86 | - |
| YUV | 82.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 67 | 0 | 0.95 | 0.70 | 0.11 | 344.65 | 0.9 | 0.47 |
| Hex | E3 | C | 43 | 0 | 5F | 46 | B | 159 | 5A | 2F |
| Octal | 343 | 14 | 103 | 0 | 137 | 106 | 13 | 531 | 132 | 57 |
| Binary | 11100011 | 1100 | 1000011 | 0 | 1011111 | 1000110 | 1011 | 101011001 | 1011010 | 101111 |
Color Harmonies of #E30C43
Complementary color
Monochromatic Colors of #E30C43
Black with #E30C43
Text Example
Text Example
White with #E30C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C43; }
p { color: rgb(227,12,67); }
H1.HeaderClassName
{
color: #E30C43;
}
.AnyTagClassName
{
color: #E30C43;
}
</style>
background-color css
<style>
a { background-color: #E30C43; }
a { background-color: rgb(227,12,67); }
div.DivClassName
{
background-color: #E30C43;
}
.BgClassName
{
background-color: #E30C43;
}
</style>
border-color css
<style>
span { border-color: #E30C43; }
span { border-color: rgb(227,12,67); }
td.TdClassName
{
border-color: #E30C43;
}
.TagClassName
{
border-color: #E30C43;
}
</style>