Shades of Crimson #E6072B
Tints of Crimson #E6072B
RGB
CMYK
RGB Variations
Color information
#E6072B (or 0xE6072B) is known color: Crimson. HEX triplet: E6, 07 and 2B. RGB value is (230,7,43). Sum of RGB (Red+Green+Blue) = 230+7+43=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6072B is #19F8D4. Grayscale: #4D4D4D. Windows color (decimal): -1702101 or 2820070. OLE color: 2820070.
HSL color Cylindrical-coordinate representation of color #E6072B: hue angle of 350.31º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6072B is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.10 |
| HSL | 350.31º | 0.94% | 0.46% | - |
| HSV(B) | 350.31º | 0.97% | 0.9% | - |
| XYZ | 33.15 | 17.15 | 3.85 | - |
| YUV | 77.78 | 108.38 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 43 | 0 | 0.97 | 0.81 | 0.10 | 350.31 | 0.94 | 0.46 |
| Hex | E6 | 7 | 2B | 0 | 61 | 51 | A | 15E | 5E | 2E |
| Octal | 346 | 7 | 53 | 0 | 141 | 121 | 12 | 536 | 136 | 56 |
| Binary | 11100110 | 111 | 101011 | 0 | 1100001 | 1010001 | 1010 | 101011110 | 1011110 | 101110 |
Color Harmonies of #E6072B
Complementary color
Monochromatic Colors of #E6072B
Black with #E6072B
Text Example
Text Example
White with #E6072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6072B; }
p { color: rgb(230,7,43); }
H1.HeaderClassName
{
color: #E6072B;
}
.AnyTagClassName
{
color: #E6072B;
}
</style>
background-color css
<style>
a { background-color: #E6072B; }
a { background-color: rgb(230,7,43); }
div.DivClassName
{
background-color: #E6072B;
}
.BgClassName
{
background-color: #E6072B;
}
</style>
border-color css
<style>
span { border-color: #E6072B; }
span { border-color: rgb(230,7,43); }
td.TdClassName
{
border-color: #E6072B;
}
.TagClassName
{
border-color: #E6072B;
}
</style>