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