Shades of Crimson #E8143D
Tints of Crimson #E8143D
RGB
CMYK
RGB Variations
Color information
#E8143D (or 0xE8143D) is known color: Crimson. HEX triplet: E8, 14 and 3D. RGB value is (232,20,61). Sum of RGB (Red+Green+Blue) = 232+20+61=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8143D is #17EBC2. Grayscale: #585858. Windows color (decimal): -1567683 or 4003048. OLE color: 4003048.
HSL color Cylindrical-coordinate representation of color #E8143D: hue angle of 348.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8143D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 348.4º | 0.84% | 0.49% | - |
| HSV(B) | 348.4º | 0.91% | 0.91% | - |
| XYZ | 34.37 | 17.99 | 6.08 | - |
| YUV | 88.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 61 | 0 | 0.91 | 0.74 | 0.09 | 348.4 | 0.84 | 0.49 |
| Hex | E8 | 14 | 3D | 0 | 5B | 4A | 9 | 15C | 54 | 31 |
| Octal | 350 | 24 | 75 | 0 | 133 | 112 | 11 | 534 | 124 | 61 |
| Binary | 11101000 | 10100 | 111101 | 0 | 1011011 | 1001010 | 1001 | 101011100 | 1010100 | 110001 |
Color Harmonies of #E8143D
Complementary color
Monochromatic Colors of #E8143D
Black with #E8143D
Text Example
Text Example
White with #E8143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8143D; }
p { color: rgb(232,20,61); }
H1.HeaderClassName
{
color: #E8143D;
}
.AnyTagClassName
{
color: #E8143D;
}
</style>
background-color css
<style>
a { background-color: #E8143D; }
a { background-color: rgb(232,20,61); }
div.DivClassName
{
background-color: #E8143D;
}
.BgClassName
{
background-color: #E8143D;
}
</style>
border-color css
<style>
span { border-color: #E8143D; }
span { border-color: rgb(232,20,61); }
td.TdClassName
{
border-color: #E8143D;
}
.TagClassName
{
border-color: #E8143D;
}
</style>