Shades of Crimson #E1092B
Tints of Crimson #E1092B
RGB
CMYK
RGB Variations
Color information
#E1092B (or 0xE1092B) is known color: Crimson. HEX triplet: E1, 09 and 2B. RGB value is (225,9,43). Sum of RGB (Red+Green+Blue) = 225+9+43=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E1092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1092B is #1EF6D4. Grayscale: #4D4D4D. Windows color (decimal): -2029269 or 2820577. OLE color: 2820577.
HSL color Cylindrical-coordinate representation of color #E1092B: hue angle of 350.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.12 |
| HSL | 350.56º | 0.92% | 0.46% | - |
| HSV(B) | 350.56º | 0.96% | 0.88% | - |
| XYZ | 31.59 | 16.38 | 3.78 | - |
| YUV | 77.46 | 108.56 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 43 | 0 | 0.96 | 0.81 | 0.12 | 350.56 | 0.92 | 0.46 |
| Hex | E1 | 9 | 2B | 0 | 60 | 51 | C | 15F | 5C | 2E |
| Octal | 341 | 11 | 53 | 0 | 140 | 121 | 14 | 537 | 134 | 56 |
| Binary | 11100001 | 1001 | 101011 | 0 | 1100000 | 1010001 | 1100 | 101011111 | 1011100 | 101110 |
Color Harmonies of #E1092B
Complementary color
Monochromatic Colors of #E1092B
Black with #E1092B
Text Example
Text Example
White with #E1092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1092B; }
p { color: rgb(225,9,43); }
H1.HeaderClassName
{
color: #E1092B;
}
.AnyTagClassName
{
color: #E1092B;
}
</style>
background-color css
<style>
a { background-color: #E1092B; }
a { background-color: rgb(225,9,43); }
div.DivClassName
{
background-color: #E1092B;
}
.BgClassName
{
background-color: #E1092B;
}
</style>
border-color css
<style>
span { border-color: #E1092B; }
span { border-color: rgb(225,9,43); }
td.TdClassName
{
border-color: #E1092B;
}
.TagClassName
{
border-color: #E1092B;
}
</style>