Shades of Crimson #E30C41
Tints of Crimson #E30C41
RGB
CMYK
RGB Variations
Color information
#E30C41 (or 0xE30C41) is known color: Crimson. HEX triplet: E3, 0C and 41. RGB value is (227,12,65). Sum of RGB (Red+Green+Blue) = 227+12+65=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C41 is #1CF3BE. Grayscale: #525252. Windows color (decimal): -1897407 or 4263139. OLE color: 4263139.
HSL color Cylindrical-coordinate representation of color #E30C41: hue angle of 345.21º 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 #E30C41 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 65 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.11 |
| HSL | 345.21º | 0.9% | 0.47% | - |
| HSV(B) | 345.21º | 0.95% | 0.89% | - |
| XYZ | 32.76 | 16.98 | 6.55 | - |
| YUV | 82.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 65 | 0 | 0.95 | 0.71 | 0.11 | 345.21 | 0.9 | 0.47 |
| Hex | E3 | C | 41 | 0 | 5F | 47 | B | 159 | 5A | 2F |
| Octal | 343 | 14 | 101 | 0 | 137 | 107 | 13 | 531 | 132 | 57 |
| Binary | 11100011 | 1100 | 1000001 | 0 | 1011111 | 1000111 | 1011 | 101011001 | 1011010 | 101111 |
Color Harmonies of #E30C41
Complementary color
Monochromatic Colors of #E30C41
Black with #E30C41
Text Example
Text Example
White with #E30C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C41; }
p { color: rgb(227,12,65); }
H1.HeaderClassName
{
color: #E30C41;
}
.AnyTagClassName
{
color: #E30C41;
}
</style>
background-color css
<style>
a { background-color: #E30C41; }
a { background-color: rgb(227,12,65); }
div.DivClassName
{
background-color: #E30C41;
}
.BgClassName
{
background-color: #E30C41;
}
</style>
border-color css
<style>
span { border-color: #E30C41; }
span { border-color: rgb(227,12,65); }
td.TdClassName
{
border-color: #E30C41;
}
.TagClassName
{
border-color: #E30C41;
}
</style>