Shades of Crimson #E3012D
Tints of Crimson #E3012D
RGB
CMYK
RGB Variations
Color information
#E3012D (or 0xE3012D) is known color: Crimson. HEX triplet: E3, 01 and 2D. RGB value is (227,1,45). Sum of RGB (Red+Green+Blue) = 227+1+45=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E3012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3012D is #1CFED2. Grayscale: #494949. Windows color (decimal): -1900243 or 2949603. OLE color: 2949603.
HSL color Cylindrical-coordinate representation of color #E3012D: hue angle of 348.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3012D is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.11 |
| HSL | 348.32º | 0.99% | 0.45% | - |
| HSV(B) | 348.32º | 1% | 0.89% | - |
| XYZ | 32.16 | 16.54 | 3.98 | - |
| YUV | 73.59 | 111.87 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 45 | 0 | 1.00 | 0.80 | 0.11 | 348.32 | 0.99 | 0.45 |
| Hex | E3 | 1 | 2D | 0 | 64 | 50 | B | 15C | 63 | 2D |
| Octal | 343 | 1 | 55 | 0 | 144 | 120 | 13 | 534 | 143 | 55 |
| Binary | 11100011 | 1 | 101101 | 0 | 1100100 | 1010000 | 1011 | 101011100 | 1100011 | 101101 |
Color Harmonies of #E3012D
Complementary color
Monochromatic Colors of #E3012D
Black with #E3012D
Text Example
Text Example
White with #E3012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3012D; }
p { color: rgb(227,1,45); }
H1.HeaderClassName
{
color: #E3012D;
}
.AnyTagClassName
{
color: #E3012D;
}
</style>
background-color css
<style>
a { background-color: #E3012D; }
a { background-color: rgb(227,1,45); }
div.DivClassName
{
background-color: #E3012D;
}
.BgClassName
{
background-color: #E3012D;
}
</style>
border-color css
<style>
span { border-color: #E3012D; }
span { border-color: rgb(227,1,45); }
td.TdClassName
{
border-color: #E3012D;
}
.TagClassName
{
border-color: #E3012D;
}
</style>