Shades of Crimson #E6043A
Tints of Crimson #E6043A
RGB
CMYK
RGB Variations
Color information
#E6043A (or 0xE6043A) is known color: Crimson. HEX triplet: E6, 04 and 3A. RGB value is (230,4,58). Sum of RGB (Red+Green+Blue) = 230+4+58=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E6043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6043A is #19FBC5. Grayscale: #4D4D4D. Windows color (decimal): -1702854 or 3802342. OLE color: 3802342.
HSL color Cylindrical-coordinate representation of color #E6043A: hue angle of 345.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6043A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.10 |
| HSL | 345.66º | 0.97% | 0.46% | - |
| HSV(B) | 345.66º | 0.98% | 0.9% | - |
| XYZ | 33.44 | 17.22 | 5.56 | - |
| YUV | 77.73 | 116.87 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 58 | 0 | 0.98 | 0.75 | 0.10 | 345.66 | 0.97 | 0.46 |
| Hex | E6 | 4 | 3A | 0 | 62 | 4B | A | 15A | 61 | 2E |
| Octal | 346 | 4 | 72 | 0 | 142 | 113 | 12 | 532 | 141 | 56 |
| Binary | 11100110 | 100 | 111010 | 0 | 1100010 | 1001011 | 1010 | 101011010 | 1100001 | 101110 |
Color Harmonies of #E6043A
Complementary color
Monochromatic Colors of #E6043A
Black with #E6043A
Text Example
Text Example
White with #E6043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6043A; }
p { color: rgb(230,4,58); }
H1.HeaderClassName
{
color: #E6043A;
}
.AnyTagClassName
{
color: #E6043A;
}
</style>
background-color css
<style>
a { background-color: #E6043A; }
a { background-color: rgb(230,4,58); }
div.DivClassName
{
background-color: #E6043A;
}
.BgClassName
{
background-color: #E6043A;
}
</style>
border-color css
<style>
span { border-color: #E6043A; }
span { border-color: rgb(230,4,58); }
td.TdClassName
{
border-color: #E6043A;
}
.TagClassName
{
border-color: #E6043A;
}
</style>