Shades of Crimson #E6042C
Tints of Crimson #E6042C
RGB
CMYK
RGB Variations
Color information
#E6042C (or 0xE6042C) is known color: Crimson. HEX triplet: E6, 04 and 2C. RGB value is (230,4,44). Sum of RGB (Red+Green+Blue) = 230+4+44=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6042C is #19FBD3. Grayscale: #4C4C4C. Windows color (decimal): -1702868 or 2884838. OLE color: 2884838.
HSL color Cylindrical-coordinate representation of color #E6042C: hue angle of 349.38º 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 #E6042C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.10 |
| HSL | 349.38º | 0.97% | 0.46% | - |
| HSV(B) | 349.38º | 0.98% | 0.9% | - |
| XYZ | 33.13 | 17.09 | 3.94 | - |
| YUV | 76.13 | 109.87 | 237.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 44 | 0 | 0.98 | 0.81 | 0.10 | 349.38 | 0.97 | 0.46 |
| Hex | E6 | 4 | 2C | 0 | 62 | 51 | A | 15D | 61 | 2E |
| Octal | 346 | 4 | 54 | 0 | 142 | 121 | 12 | 535 | 141 | 56 |
| Binary | 11100110 | 100 | 101100 | 0 | 1100010 | 1010001 | 1010 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E6042C
Complementary color
Monochromatic Colors of #E6042C
Black with #E6042C
Text Example
Text Example
White with #E6042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6042C; }
p { color: rgb(230,4,44); }
H1.HeaderClassName
{
color: #E6042C;
}
.AnyTagClassName
{
color: #E6042C;
}
</style>
background-color css
<style>
a { background-color: #E6042C; }
a { background-color: rgb(230,4,44); }
div.DivClassName
{
background-color: #E6042C;
}
.BgClassName
{
background-color: #E6042C;
}
</style>
border-color css
<style>
span { border-color: #E6042C; }
span { border-color: rgb(230,4,44); }
td.TdClassName
{
border-color: #E6042C;
}
.TagClassName
{
border-color: #E6042C;
}
</style>