Shades of Crimson #E3142B
Tints of Crimson #E3142B
RGB
CMYK
RGB Variations
Color information
#E3142B (or 0xE3142B) is known color: Crimson. HEX triplet: E3, 14 and 2B. RGB value is (227,20,43). Sum of RGB (Red+Green+Blue) = 227+20+43=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3142B is #1CEBD4. Grayscale: #545454. Windows color (decimal): -1895381 or 2823395. OLE color: 2823395.
HSL color Cylindrical-coordinate representation of color #E3142B: hue angle of 353.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3142B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.11 |
| HSL | 353.33º | 0.84% | 0.48% | - |
| HSV(B) | 353.33º | 0.91% | 0.89% | - |
| XYZ | 32.36 | 17.01 | 3.86 | - |
| YUV | 84.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 43 | 0 | 0.91 | 0.81 | 0.11 | 353.33 | 0.84 | 0.48 |
| Hex | E3 | 14 | 2B | 0 | 5B | 51 | B | 161 | 54 | 30 |
| Octal | 343 | 24 | 53 | 0 | 133 | 121 | 13 | 541 | 124 | 60 |
| Binary | 11100011 | 10100 | 101011 | 0 | 1011011 | 1010001 | 1011 | 101100001 | 1010100 | 110000 |
Color Harmonies of #E3142B
Complementary color
Monochromatic Colors of #E3142B
Black with #E3142B
Text Example
Text Example
White with #E3142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3142B; }
p { color: rgb(227,20,43); }
H1.HeaderClassName
{
color: #E3142B;
}
.AnyTagClassName
{
color: #E3142B;
}
</style>
background-color css
<style>
a { background-color: #E3142B; }
a { background-color: rgb(227,20,43); }
div.DivClassName
{
background-color: #E3142B;
}
.BgClassName
{
background-color: #E3142B;
}
</style>
border-color css
<style>
span { border-color: #E3142B; }
span { border-color: rgb(227,20,43); }
td.TdClassName
{
border-color: #E3142B;
}
.TagClassName
{
border-color: #E3142B;
}
</style>