Shades of Crimson #E4092B
Tints of Crimson #E4092B
RGB
CMYK
RGB Variations
Color information
#E4092B (or 0xE4092B) is known color: Crimson. HEX triplet: E4, 09 and 2B. RGB value is (228,9,43). Sum of RGB (Red+Green+Blue) = 228+9+43=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E4092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4092B is #1BF6D4. Grayscale: #4E4E4E. Windows color (decimal): -1832661 or 2820580. OLE color: 2820580.
HSL color Cylindrical-coordinate representation of color #E4092B: hue angle of 350.68º 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 #E4092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.11 |
| HSL | 350.68º | 0.92% | 0.46% | - |
| HSV(B) | 350.68º | 0.96% | 0.89% | - |
| XYZ | 32.53 | 16.86 | 3.83 | - |
| YUV | 78.36 | 108.05 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 43 | 0 | 0.96 | 0.81 | 0.11 | 350.68 | 0.92 | 0.46 |
| Hex | E4 | 9 | 2B | 0 | 60 | 51 | B | 15F | 5C | 2E |
| Octal | 344 | 11 | 53 | 0 | 140 | 121 | 13 | 537 | 134 | 56 |
| Binary | 11100100 | 1001 | 101011 | 0 | 1100000 | 1010001 | 1011 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E4092B
Complementary color
Monochromatic Colors of #E4092B
Black with #E4092B
Text Example
Text Example
White with #E4092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4092B; }
p { color: rgb(228,9,43); }
H1.HeaderClassName
{
color: #E4092B;
}
.AnyTagClassName
{
color: #E4092B;
}
</style>
background-color css
<style>
a { background-color: #E4092B; }
a { background-color: rgb(228,9,43); }
div.DivClassName
{
background-color: #E4092B;
}
.BgClassName
{
background-color: #E4092B;
}
</style>
border-color css
<style>
span { border-color: #E4092B; }
span { border-color: rgb(228,9,43); }
td.TdClassName
{
border-color: #E4092B;
}
.TagClassName
{
border-color: #E4092B;
}
</style>