Shades of Crimson #E6072F
Tints of Crimson #E6072F
RGB
CMYK
RGB Variations
Color information
#E6072F (or 0xE6072F) is known color: Crimson. HEX triplet: E6, 07 and 2F. RGB value is (230,7,47). Sum of RGB (Red+Green+Blue) = 230+7+47=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E6072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6072F is #19F8D0. Grayscale: #4E4E4E. Windows color (decimal): -1702097 or 3082214. OLE color: 3082214.
HSL color Cylindrical-coordinate representation of color #E6072F: hue angle of 349.24º 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 #E6072F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.10 |
| HSL | 349.24º | 0.94% | 0.46% | - |
| HSV(B) | 349.24º | 0.97% | 0.9% | - |
| XYZ | 33.22 | 17.18 | 4.25 | - |
| YUV | 78.24 | 110.38 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 47 | 0 | 0.97 | 0.80 | 0.10 | 349.24 | 0.94 | 0.46 |
| Hex | E6 | 7 | 2F | 0 | 61 | 50 | A | 15D | 5E | 2E |
| Octal | 346 | 7 | 57 | 0 | 141 | 120 | 12 | 535 | 136 | 56 |
| Binary | 11100110 | 111 | 101111 | 0 | 1100001 | 1010000 | 1010 | 101011101 | 1011110 | 101110 |
Color Harmonies of #E6072F
Complementary color
Monochromatic Colors of #E6072F
Black with #E6072F
Text Example
Text Example
White with #E6072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6072F; }
p { color: rgb(230,7,47); }
H1.HeaderClassName
{
color: #E6072F;
}
.AnyTagClassName
{
color: #E6072F;
}
</style>
background-color css
<style>
a { background-color: #E6072F; }
a { background-color: rgb(230,7,47); }
div.DivClassName
{
background-color: #E6072F;
}
.BgClassName
{
background-color: #E6072F;
}
</style>
border-color css
<style>
span { border-color: #E6072F; }
span { border-color: rgb(230,7,47); }
td.TdClassName
{
border-color: #E6072F;
}
.TagClassName
{
border-color: #E6072F;
}
</style>