Shades of Crimson #E2062D
Tints of Crimson #E2062D
RGB
CMYK
RGB Variations
Color information
#E2062D (or 0xE2062D) is known color: Crimson. HEX triplet: E2, 06 and 2D. RGB value is (226,6,45). Sum of RGB (Red+Green+Blue) = 226+6+45=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E2062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2062D is #1DF9D2. Grayscale: #4C4C4C. Windows color (decimal): -1964499 or 2950882. OLE color: 2950882.
HSL color Cylindrical-coordinate representation of color #E2062D: hue angle of 349.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2062D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.11 |
| HSL | 349.36º | 0.95% | 0.45% | - |
| HSV(B) | 349.36º | 0.97% | 0.89% | - |
| XYZ | 31.9 | 16.49 | 3.98 | - |
| YUV | 76.23 | 110.39 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 45 | 0 | 0.97 | 0.80 | 0.11 | 349.36 | 0.95 | 0.45 |
| Hex | E2 | 6 | 2D | 0 | 61 | 50 | B | 15D | 5F | 2D |
| Octal | 342 | 6 | 55 | 0 | 141 | 120 | 13 | 535 | 137 | 55 |
| Binary | 11100010 | 110 | 101101 | 0 | 1100001 | 1010000 | 1011 | 101011101 | 1011111 | 101101 |
Color Harmonies of #E2062D
Complementary color
Monochromatic Colors of #E2062D
Black with #E2062D
Text Example
Text Example
White with #E2062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2062D; }
p { color: rgb(226,6,45); }
H1.HeaderClassName
{
color: #E2062D;
}
.AnyTagClassName
{
color: #E2062D;
}
</style>
background-color css
<style>
a { background-color: #E2062D; }
a { background-color: rgb(226,6,45); }
div.DivClassName
{
background-color: #E2062D;
}
.BgClassName
{
background-color: #E2062D;
}
</style>
border-color css
<style>
span { border-color: #E2062D; }
span { border-color: rgb(226,6,45); }
td.TdClassName
{
border-color: #E2062D;
}
.TagClassName
{
border-color: #E2062D;
}
</style>