Shades of Crimson #E6042D
Tints of Crimson #E6042D
RGB
CMYK
RGB Variations
Color information
#E6042D (or 0xE6042D) is known color: Crimson. HEX triplet: E6, 04 and 2D. RGB value is (230,4,45). Sum of RGB (Red+Green+Blue) = 230+4+45=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6042D is #19FBD2. Grayscale: #4C4C4C. Windows color (decimal): -1702867 or 2950374. OLE color: 2950374.
HSL color Cylindrical-coordinate representation of color #E6042D: hue angle of 349.12º 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 #E6042D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.10 |
| HSL | 349.12º | 0.97% | 0.46% | - |
| HSV(B) | 349.12º | 0.98% | 0.9% | - |
| XYZ | 33.15 | 17.1 | 4.04 | - |
| YUV | 76.25 | 110.37 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 45 | 0 | 0.98 | 0.80 | 0.10 | 349.12 | 0.97 | 0.46 |
| Hex | E6 | 4 | 2D | 0 | 62 | 50 | A | 15D | 61 | 2E |
| Octal | 346 | 4 | 55 | 0 | 142 | 120 | 12 | 535 | 141 | 56 |
| Binary | 11100110 | 100 | 101101 | 0 | 1100010 | 1010000 | 1010 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E6042D
Complementary color
Monochromatic Colors of #E6042D
Black with #E6042D
Text Example
Text Example
White with #E6042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6042D; }
p { color: rgb(230,4,45); }
H1.HeaderClassName
{
color: #E6042D;
}
.AnyTagClassName
{
color: #E6042D;
}
</style>
background-color css
<style>
a { background-color: #E6042D; }
a { background-color: rgb(230,4,45); }
div.DivClassName
{
background-color: #E6042D;
}
.BgClassName
{
background-color: #E6042D;
}
</style>
border-color css
<style>
span { border-color: #E6042D; }
span { border-color: rgb(230,4,45); }
td.TdClassName
{
border-color: #E6042D;
}
.TagClassName
{
border-color: #E6042D;
}
</style>