Shades of Crimson #E30446
Tints of Crimson #E30446
RGB
CMYK
RGB Variations
Color information
#E30446 (or 0xE30446) is known color: Crimson. HEX triplet: E3, 04 and 46. RGB value is (227,4,70). Sum of RGB (Red+Green+Blue) = 227+4+70=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E30446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30446 is #1CFBB9. Grayscale: #4E4E4E. Windows color (decimal): -1899450 or 4588771. OLE color: 4588771.
HSL color Cylindrical-coordinate representation of color #E30446: hue angle of 342.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30446 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.11 |
| HSL | 342.24º | 0.97% | 0.45% | - |
| HSV(B) | 342.24º | 0.98% | 0.89% | - |
| XYZ | 32.83 | 16.86 | 7.32 | - |
| YUV | 78.2 | 123.38 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 70 | 0 | 0.98 | 0.69 | 0.11 | 342.24 | 0.97 | 0.45 |
| Hex | E3 | 4 | 46 | 0 | 62 | 45 | B | 156 | 61 | 2D |
| Octal | 343 | 4 | 106 | 0 | 142 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100011 | 100 | 1000110 | 0 | 1100010 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E30446
Complementary color
Monochromatic Colors of #E30446
Black with #E30446
Text Example
Text Example
White with #E30446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30446; }
p { color: rgb(227,4,70); }
H1.HeaderClassName
{
color: #E30446;
}
.AnyTagClassName
{
color: #E30446;
}
</style>
background-color css
<style>
a { background-color: #E30446; }
a { background-color: rgb(227,4,70); }
div.DivClassName
{
background-color: #E30446;
}
.BgClassName
{
background-color: #E30446;
}
</style>
border-color css
<style>
span { border-color: #E30446; }
span { border-color: rgb(227,4,70); }
td.TdClassName
{
border-color: #E30446;
}
.TagClassName
{
border-color: #E30446;
}
</style>