Shades of Crimson #E3062B
Tints of Crimson #E3062B
RGB
CMYK
RGB Variations
Color information
#E3062B (or 0xE3062B) is known color: Crimson. HEX triplet: E3, 06 and 2B. RGB value is (227,6,43). Sum of RGB (Red+Green+Blue) = 227+6+43=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3062B is #1CF9D4. Grayscale: #4C4C4C. Windows color (decimal): -1898965 or 2819811. OLE color: 2819811.
HSL color Cylindrical-coordinate representation of color #E3062B: hue angle of 349.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3062B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.11 |
| HSL | 349.95º | 0.95% | 0.46% | - |
| HSV(B) | 349.95º | 0.97% | 0.89% | - |
| XYZ | 32.18 | 16.64 | 3.8 | - |
| YUV | 76.3 | 109.22 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 43 | 0 | 0.97 | 0.81 | 0.11 | 349.95 | 0.95 | 0.46 |
| Hex | E3 | 6 | 2B | 0 | 61 | 51 | B | 15E | 5F | 2E |
| Octal | 343 | 6 | 53 | 0 | 141 | 121 | 13 | 536 | 137 | 56 |
| Binary | 11100011 | 110 | 101011 | 0 | 1100001 | 1010001 | 1011 | 101011110 | 1011111 | 101110 |
Color Harmonies of #E3062B
Complementary color
Monochromatic Colors of #E3062B
Black with #E3062B
Text Example
Text Example
White with #E3062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3062B; }
p { color: rgb(227,6,43); }
H1.HeaderClassName
{
color: #E3062B;
}
.AnyTagClassName
{
color: #E3062B;
}
</style>
background-color css
<style>
a { background-color: #E3062B; }
a { background-color: rgb(227,6,43); }
div.DivClassName
{
background-color: #E3062B;
}
.BgClassName
{
background-color: #E3062B;
}
</style>
border-color css
<style>
span { border-color: #E3062B; }
span { border-color: rgb(227,6,43); }
td.TdClassName
{
border-color: #E3062B;
}
.TagClassName
{
border-color: #E3062B;
}
</style>