Shades of Crimson #E6072D
Tints of Crimson #E6072D
RGB
CMYK
RGB Variations
Color information
#E6072D (or 0xE6072D) is known color: Crimson. HEX triplet: E6, 07 and 2D. RGB value is (230,7,45). Sum of RGB (Red+Green+Blue) = 230+7+45=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6072D is #19F8D2. Grayscale: #4E4E4E. Windows color (decimal): -1702099 or 2951142. OLE color: 2951142.
HSL color Cylindrical-coordinate representation of color #E6072D: hue angle of 349.78º 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 #E6072D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.10 |
| HSL | 349.78º | 0.94% | 0.46% | - |
| HSV(B) | 349.78º | 0.97% | 0.9% | - |
| XYZ | 33.18 | 17.16 | 4.05 | - |
| YUV | 78.01 | 109.38 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 45 | 0 | 0.97 | 0.80 | 0.10 | 349.78 | 0.94 | 0.46 |
| Hex | E6 | 7 | 2D | 0 | 61 | 50 | A | 15E | 5E | 2E |
| Octal | 346 | 7 | 55 | 0 | 141 | 120 | 12 | 536 | 136 | 56 |
| Binary | 11100110 | 111 | 101101 | 0 | 1100001 | 1010000 | 1010 | 101011110 | 1011110 | 101110 |
Color Harmonies of #E6072D
Complementary color
Monochromatic Colors of #E6072D
Black with #E6072D
Text Example
Text Example
White with #E6072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6072D; }
p { color: rgb(230,7,45); }
H1.HeaderClassName
{
color: #E6072D;
}
.AnyTagClassName
{
color: #E6072D;
}
</style>
background-color css
<style>
a { background-color: #E6072D; }
a { background-color: rgb(230,7,45); }
div.DivClassName
{
background-color: #E6072D;
}
.BgClassName
{
background-color: #E6072D;
}
</style>
border-color css
<style>
span { border-color: #E6072D; }
span { border-color: rgb(230,7,45); }
td.TdClassName
{
border-color: #E6072D;
}
.TagClassName
{
border-color: #E6072D;
}
</style>