Shades of Crimson #E6073B
Tints of Crimson #E6073B
RGB
CMYK
RGB Variations
Color information
#E6073B (or 0xE6073B) is known color: Crimson. HEX triplet: E6, 07 and 3B. RGB value is (230,7,59). Sum of RGB (Red+Green+Blue) = 230+7+59=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E6073B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6073B is #19F8C4. Grayscale: #4F4F4F. Windows color (decimal): -1702085 or 3868646. OLE color: 3868646.
HSL color Cylindrical-coordinate representation of color #E6073B: hue angle of 346.01º 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 #E6073B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.10 |
| HSL | 346.01º | 0.94% | 0.46% | - |
| HSV(B) | 346.01º | 0.97% | 0.9% | - |
| XYZ | 33.5 | 17.29 | 5.71 | - |
| YUV | 79.61 | 116.38 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 59 | 0 | 0.97 | 0.74 | 0.10 | 346.01 | 0.94 | 0.46 |
| Hex | E6 | 7 | 3B | 0 | 61 | 4A | A | 15A | 5E | 2E |
| Octal | 346 | 7 | 73 | 0 | 141 | 112 | 12 | 532 | 136 | 56 |
| Binary | 11100110 | 111 | 111011 | 0 | 1100001 | 1001010 | 1010 | 101011010 | 1011110 | 101110 |
Color Harmonies of #E6073B
Complementary color
Monochromatic Colors of #E6073B
Black with #E6073B
Text Example
Text Example
White with #E6073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6073B; }
p { color: rgb(230,7,59); }
H1.HeaderClassName
{
color: #E6073B;
}
.AnyTagClassName
{
color: #E6073B;
}
</style>
background-color css
<style>
a { background-color: #E6073B; }
a { background-color: rgb(230,7,59); }
div.DivClassName
{
background-color: #E6073B;
}
.BgClassName
{
background-color: #E6073B;
}
</style>
border-color css
<style>
span { border-color: #E6073B; }
span { border-color: rgb(230,7,59); }
td.TdClassName
{
border-color: #E6073B;
}
.TagClassName
{
border-color: #E6073B;
}
</style>