Shades of Crimson #E30A42
Tints of Crimson #E30A42
RGB
CMYK
RGB Variations
Color information
#E30A42 (or 0xE30A42) is known color: Crimson. HEX triplet: E3, 0A and 42. RGB value is (227,10,66). Sum of RGB (Red+Green+Blue) = 227+10+66=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A42 is #1CF5BD. Grayscale: #515151. Windows color (decimal): -1897918 or 4328163. OLE color: 4328163.
HSL color Cylindrical-coordinate representation of color #E30A42: hue angle of 344.52º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A42 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 66 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.11 |
| HSL | 344.52º | 0.92% | 0.46% | - |
| HSV(B) | 344.52º | 0.96% | 0.89% | - |
| XYZ | 32.77 | 16.94 | 6.7 | - |
| YUV | 81.27 | 119.39 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 66 | 0 | 0.96 | 0.71 | 0.11 | 344.52 | 0.92 | 0.46 |
| Hex | E3 | A | 42 | 0 | 60 | 47 | B | 159 | 5C | 2E |
| Octal | 343 | 12 | 102 | 0 | 140 | 107 | 13 | 531 | 134 | 56 |
| Binary | 11100011 | 1010 | 1000010 | 0 | 1100000 | 1000111 | 1011 | 101011001 | 1011100 | 101110 |
Color Harmonies of #E30A42
Complementary color
Monochromatic Colors of #E30A42
Black with #E30A42
Text Example
Text Example
White with #E30A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A42; }
p { color: rgb(227,10,66); }
H1.HeaderClassName
{
color: #E30A42;
}
.AnyTagClassName
{
color: #E30A42;
}
</style>
background-color css
<style>
a { background-color: #E30A42; }
a { background-color: rgb(227,10,66); }
div.DivClassName
{
background-color: #E30A42;
}
.BgClassName
{
background-color: #E30A42;
}
</style>
border-color css
<style>
span { border-color: #E30A42; }
span { border-color: rgb(227,10,66); }
td.TdClassName
{
border-color: #E30A42;
}
.TagClassName
{
border-color: #E30A42;
}
</style>