Shades of Crimson #E6142D
Tints of Crimson #E6142D
RGB
CMYK
RGB Variations
Color information
#E6142D (or 0xE6142D) is known color: Crimson. HEX triplet: E6, 14 and 2D. RGB value is (230,20,45). Sum of RGB (Red+Green+Blue) = 230+20+45=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6142D is #19EBD2. Grayscale: #555555. Windows color (decimal): -1698771 or 2954470. OLE color: 2954470.
HSL color Cylindrical-coordinate representation of color #E6142D: hue angle of 352.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6142D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.10 |
| HSL | 352.86º | 0.84% | 0.49% | - |
| HSV(B) | 352.86º | 0.91% | 0.9% | - |
| XYZ | 33.36 | 17.51 | 4.1 | - |
| YUV | 85.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 45 | 0 | 0.91 | 0.80 | 0.10 | 352.86 | 0.84 | 0.49 |
| Hex | E6 | 14 | 2D | 0 | 5B | 50 | A | 161 | 54 | 31 |
| Octal | 346 | 24 | 55 | 0 | 133 | 120 | 12 | 541 | 124 | 61 |
| Binary | 11100110 | 10100 | 101101 | 0 | 1011011 | 1010000 | 1010 | 101100001 | 1010100 | 110001 |
Color Harmonies of #E6142D
Complementary color
Monochromatic Colors of #E6142D
Black with #E6142D
Text Example
Text Example
White with #E6142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6142D; }
p { color: rgb(230,20,45); }
H1.HeaderClassName
{
color: #E6142D;
}
.AnyTagClassName
{
color: #E6142D;
}
</style>
background-color css
<style>
a { background-color: #E6142D; }
a { background-color: rgb(230,20,45); }
div.DivClassName
{
background-color: #E6142D;
}
.BgClassName
{
background-color: #E6142D;
}
</style>
border-color css
<style>
span { border-color: #E6142D; }
span { border-color: rgb(230,20,45); }
td.TdClassName
{
border-color: #E6142D;
}
.TagClassName
{
border-color: #E6142D;
}
</style>