Shades of Crimson #E1062B
Tints of Crimson #E1062B
RGB
CMYK
RGB Variations
Color information
#E1062B (or 0xE1062B) is known color: Crimson. HEX triplet: E1, 06 and 2B. RGB value is (225,6,43). Sum of RGB (Red+Green+Blue) = 225+6+43=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1062B is #1EF9D4. Grayscale: #4B4B4B. Windows color (decimal): -2030037 or 2819809. OLE color: 2819809.
HSL color Cylindrical-coordinate representation of color #E1062B: hue angle of 349.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1062B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.12 |
| HSL | 349.86º | 0.95% | 0.45% | - |
| HSV(B) | 349.86º | 0.97% | 0.88% | - |
| XYZ | 31.55 | 16.31 | 3.77 | - |
| YUV | 75.7 | 109.55 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 43 | 0 | 0.97 | 0.81 | 0.12 | 349.86 | 0.95 | 0.45 |
| Hex | E1 | 6 | 2B | 0 | 61 | 51 | C | 15E | 5F | 2D |
| Octal | 341 | 6 | 53 | 0 | 141 | 121 | 14 | 536 | 137 | 55 |
| Binary | 11100001 | 110 | 101011 | 0 | 1100001 | 1010001 | 1100 | 101011110 | 1011111 | 101101 |
Color Harmonies of #E1062B
Complementary color
Monochromatic Colors of #E1062B
Black with #E1062B
Text Example
Text Example
White with #E1062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1062B; }
p { color: rgb(225,6,43); }
H1.HeaderClassName
{
color: #E1062B;
}
.AnyTagClassName
{
color: #E1062B;
}
</style>
background-color css
<style>
a { background-color: #E1062B; }
a { background-color: rgb(225,6,43); }
div.DivClassName
{
background-color: #E1062B;
}
.BgClassName
{
background-color: #E1062B;
}
</style>
border-color css
<style>
span { border-color: #E1062B; }
span { border-color: rgb(225,6,43); }
td.TdClassName
{
border-color: #E1062B;
}
.TagClassName
{
border-color: #E1062B;
}
</style>