Shades of Crimson #E7012D
Tints of Crimson #E7012D
RGB
CMYK
RGB Variations
Color information
#E7012D (or 0xE7012D) is known color: Crimson. HEX triplet: E7, 01 and 2D. RGB value is (231,1,45). Sum of RGB (Red+Green+Blue) = 231+1+45=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E7012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7012D is #18FED2. Grayscale: #4A4A4A. Windows color (decimal): -1638099 or 2949607. OLE color: 2949607.
HSL color Cylindrical-coordinate representation of color #E7012D: hue angle of 348.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.09 |
| HSL | 348.52º | 0.99% | 0.45% | - |
| HSV(B) | 348.52º | 1% | 0.91% | - |
| XYZ | 33.44 | 17.2 | 4.04 | - |
| YUV | 74.79 | 111.2 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 45 | 0 | 1.00 | 0.81 | 0.09 | 348.52 | 0.99 | 0.45 |
| Hex | E7 | 1 | 2D | 0 | 64 | 51 | 9 | 15D | 63 | 2D |
| Octal | 347 | 1 | 55 | 0 | 144 | 121 | 11 | 535 | 143 | 55 |
| Binary | 11100111 | 1 | 101101 | 0 | 1100100 | 1010001 | 1001 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E7012D
Complementary color
Monochromatic Colors of #E7012D
Black with #E7012D
Text Example
Text Example
White with #E7012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7012D; }
p { color: rgb(231,1,45); }
H1.HeaderClassName
{
color: #E7012D;
}
.AnyTagClassName
{
color: #E7012D;
}
</style>
background-color css
<style>
a { background-color: #E7012D; }
a { background-color: rgb(231,1,45); }
div.DivClassName
{
background-color: #E7012D;
}
.BgClassName
{
background-color: #E7012D;
}
</style>
border-color css
<style>
span { border-color: #E7012D; }
span { border-color: rgb(231,1,45); }
td.TdClassName
{
border-color: #E7012D;
}
.TagClassName
{
border-color: #E7012D;
}
</style>