Shades of Crimson #E6043B
Tints of Crimson #E6043B
RGB
CMYK
RGB Variations
Color information
#E6043B (or 0xE6043B) is known color: Crimson. HEX triplet: E6, 04 and 3B. RGB value is (230,4,59). Sum of RGB (Red+Green+Blue) = 230+4+59=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6043B is #19FBC4. Grayscale: #4D4D4D. Windows color (decimal): -1702853 or 3867878. OLE color: 3867878.
HSL color Cylindrical-coordinate representation of color #E6043B: hue angle of 345.4º 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 #E6043B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.10 |
| HSL | 345.4º | 0.97% | 0.46% | - |
| HSV(B) | 345.4º | 0.98% | 0.9% | - |
| XYZ | 33.47 | 17.23 | 5.7 | - |
| YUV | 77.84 | 117.37 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 59 | 0 | 0.98 | 0.74 | 0.10 | 345.4 | 0.97 | 0.46 |
| Hex | E6 | 4 | 3B | 0 | 62 | 4A | A | 159 | 61 | 2E |
| Octal | 346 | 4 | 73 | 0 | 142 | 112 | 12 | 531 | 141 | 56 |
| Binary | 11100110 | 100 | 111011 | 0 | 1100010 | 1001010 | 1010 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E6043B
Complementary color
Monochromatic Colors of #E6043B
Black with #E6043B
Text Example
Text Example
White with #E6043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6043B; }
p { color: rgb(230,4,59); }
H1.HeaderClassName
{
color: #E6043B;
}
.AnyTagClassName
{
color: #E6043B;
}
</style>
background-color css
<style>
a { background-color: #E6043B; }
a { background-color: rgb(230,4,59); }
div.DivClassName
{
background-color: #E6043B;
}
.BgClassName
{
background-color: #E6043B;
}
</style>
border-color css
<style>
span { border-color: #E6043B; }
span { border-color: rgb(230,4,59); }
td.TdClassName
{
border-color: #E6043B;
}
.TagClassName
{
border-color: #E6043B;
}
</style>