Shades of Crimson #E4092C
Tints of Crimson #E4092C
RGB
CMYK
RGB Variations
Color information
#E4092C (or 0xE4092C) is known color: Crimson. HEX triplet: E4, 09 and 2C. RGB value is (228,9,44). Sum of RGB (Red+Green+Blue) = 228+9+44=281 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.14% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 228 - color contains mainly: red. Hex color #E4092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4092C is #1BF6D3. Grayscale: #4E4E4E. Windows color (decimal): -1832660 or 2886116. OLE color: 2886116.
HSL color Cylindrical-coordinate representation of color #E4092C: hue angle of 350.41º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4092C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.11 |
| HSL | 350.41º | 0.92% | 0.46% | - |
| HSV(B) | 350.41º | 0.96% | 0.89% | - |
| XYZ | 32.55 | 16.87 | 3.92 | - |
| YUV | 78.47 | 108.55 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 44 | 0 | 0.96 | 0.81 | 0.11 | 350.41 | 0.92 | 0.46 |
| Hex | E4 | 9 | 2C | 0 | 60 | 51 | B | 15E | 5C | 2E |
| Octal | 344 | 11 | 54 | 0 | 140 | 121 | 13 | 536 | 134 | 56 |
| Binary | 11100100 | 1001 | 101100 | 0 | 1100000 | 1010001 | 1011 | 101011110 | 1011100 | 101110 |
Color Harmonies of #E4092C
Complementary color
Monochromatic Colors of #E4092C
Black with #E4092C
Text Example
Text Example
White with #E4092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4092C; }
p { color: rgb(228,9,44); }
H1.HeaderClassName
{
color: #E4092C;
}
.AnyTagClassName
{
color: #E4092C;
}
</style>
background-color css
<style>
a { background-color: #E4092C; }
a { background-color: rgb(228,9,44); }
div.DivClassName
{
background-color: #E4092C;
}
.BgClassName
{
background-color: #E4092C;
}
</style>
border-color css
<style>
span { border-color: #E4092C; }
span { border-color: rgb(228,9,44); }
td.TdClassName
{
border-color: #E4092C;
}
.TagClassName
{
border-color: #E4092C;
}
</style>