Shades of Crimson #E3143B
Tints of Crimson #E3143B
RGB
CMYK
RGB Variations
Color information
#E3143B (or 0xE3143B) is known color: Crimson. HEX triplet: E3, 14 and 3B. RGB value is (227,20,59). Sum of RGB (Red+Green+Blue) = 227+20+59=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3143B is #1CEBC4. Grayscale: #565656. Windows color (decimal): -1895365 or 3871971. OLE color: 3871971.
HSL color Cylindrical-coordinate representation of color #E3143B: hue angle of 348.7º 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 #E3143B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.11 |
| HSL | 348.7º | 0.84% | 0.48% | - |
| HSV(B) | 348.7º | 0.91% | 0.89% | - |
| XYZ | 32.72 | 17.15 | 5.72 | - |
| YUV | 86.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 59 | 0 | 0.91 | 0.74 | 0.11 | 348.7 | 0.84 | 0.48 |
| Hex | E3 | 14 | 3B | 0 | 5B | 4A | B | 15D | 54 | 30 |
| Octal | 343 | 24 | 73 | 0 | 133 | 112 | 13 | 535 | 124 | 60 |
| Binary | 11100011 | 10100 | 111011 | 0 | 1011011 | 1001010 | 1011 | 101011101 | 1010100 | 110000 |
Color Harmonies of #E3143B
Complementary color
Monochromatic Colors of #E3143B
Black with #E3143B
Text Example
Text Example
White with #E3143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3143B; }
p { color: rgb(227,20,59); }
H1.HeaderClassName
{
color: #E3143B;
}
.AnyTagClassName
{
color: #E3143B;
}
</style>
background-color css
<style>
a { background-color: #E3143B; }
a { background-color: rgb(227,20,59); }
div.DivClassName
{
background-color: #E3143B;
}
.BgClassName
{
background-color: #E3143B;
}
</style>
border-color css
<style>
span { border-color: #E3143B; }
span { border-color: rgb(227,20,59); }
td.TdClassName
{
border-color: #E3143B;
}
.TagClassName
{
border-color: #E3143B;
}
</style>