Shades of Crimson #E3144A
Tints of Crimson #E3144A
RGB
CMYK
RGB Variations
Color information
#E3144A (or 0xE3144A) is known color: Crimson. HEX triplet: E3, 14 and 4A. RGB value is (227,20,74). Sum of RGB (Red+Green+Blue) = 227+20+74=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3144A is #1CEBB5. Grayscale: #585858. Windows color (decimal): -1895350 or 4855011. OLE color: 4855011.
HSL color Cylindrical-coordinate representation of color #E3144A: hue angle of 344.35º 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 #E3144A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 74 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.11 |
| HSL | 344.35º | 0.84% | 0.48% | - |
| HSV(B) | 344.35º | 0.91% | 0.89% | - |
| XYZ | 33.16 | 17.33 | 8.07 | - |
| YUV | 88.05 | 120.08 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 74 | 0 | 0.91 | 0.67 | 0.11 | 344.35 | 0.84 | 0.48 |
| Hex | E3 | 14 | 4A | 0 | 5B | 43 | B | 158 | 54 | 30 |
| Octal | 343 | 24 | 112 | 0 | 133 | 103 | 13 | 530 | 124 | 60 |
| Binary | 11100011 | 10100 | 1001010 | 0 | 1011011 | 1000011 | 1011 | 101011000 | 1010100 | 110000 |
Color Harmonies of #E3144A
Complementary color
Monochromatic Colors of #E3144A
Black with #E3144A
Text Example
Text Example
White with #E3144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3144A; }
p { color: rgb(227,20,74); }
H1.HeaderClassName
{
color: #E3144A;
}
.AnyTagClassName
{
color: #E3144A;
}
</style>
background-color css
<style>
a { background-color: #E3144A; }
a { background-color: rgb(227,20,74); }
div.DivClassName
{
background-color: #E3144A;
}
.BgClassName
{
background-color: #E3144A;
}
</style>
border-color css
<style>
span { border-color: #E3144A; }
span { border-color: rgb(227,20,74); }
td.TdClassName
{
border-color: #E3144A;
}
.TagClassName
{
border-color: #E3144A;
}
</style>