Shades of Crimson #E8043C
Tints of Crimson #E8043C
RGB
CMYK
RGB Variations
Color information
#E8043C (or 0xE8043C) is known color: Crimson. HEX triplet: E8, 04 and 3C. RGB value is (232,4,60). Sum of RGB (Red+Green+Blue) = 232+4+60=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8043C is #17FBC3. Grayscale: #4E4E4E. Windows color (decimal): -1571780 or 3933416. OLE color: 3933416.
HSL color Cylindrical-coordinate representation of color #E8043C: hue angle of 345.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8043C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.09 |
| HSL | 345.26º | 0.97% | 0.46% | - |
| HSV(B) | 345.26º | 0.98% | 0.91% | - |
| XYZ | 34.14 | 17.57 | 5.87 | - |
| YUV | 78.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 60 | 0 | 0.98 | 0.74 | 0.09 | 345.26 | 0.97 | 0.46 |
| Hex | E8 | 4 | 3C | 0 | 62 | 4A | 9 | 159 | 61 | 2E |
| Octal | 350 | 4 | 74 | 0 | 142 | 112 | 11 | 531 | 141 | 56 |
| Binary | 11101000 | 100 | 111100 | 0 | 1100010 | 1001010 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E8043C
Complementary color
Monochromatic Colors of #E8043C
Black with #E8043C
Text Example
Text Example
White with #E8043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8043C; }
p { color: rgb(232,4,60); }
H1.HeaderClassName
{
color: #E8043C;
}
.AnyTagClassName
{
color: #E8043C;
}
</style>
background-color css
<style>
a { background-color: #E8043C; }
a { background-color: rgb(232,4,60); }
div.DivClassName
{
background-color: #E8043C;
}
.BgClassName
{
background-color: #E8043C;
}
</style>
border-color css
<style>
span { border-color: #E8043C; }
span { border-color: rgb(232,4,60); }
td.TdClassName
{
border-color: #E8043C;
}
.TagClassName
{
border-color: #E8043C;
}
</style>