Shades of Crimson #E7092B
Tints of Crimson #E7092B
RGB
CMYK
RGB Variations
Color information
#E7092B (or 0xE7092B) is known color: Crimson. HEX triplet: E7, 09 and 2B. RGB value is (231,9,43). Sum of RGB (Red+Green+Blue) = 231+9+43=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E7092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7092B is #18F6D4. Grayscale: #4F4F4F. Windows color (decimal): -1636053 or 2820583. OLE color: 2820583.
HSL color Cylindrical-coordinate representation of color #E7092B: hue angle of 350.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7092B is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.09 |
| HSL | 350.81º | 0.93% | 0.47% | - |
| HSV(B) | 350.81º | 0.96% | 0.91% | - |
| XYZ | 33.49 | 17.36 | 3.87 | - |
| YUV | 79.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 43 | 0 | 0.96 | 0.81 | 0.09 | 350.81 | 0.93 | 0.47 |
| Hex | E7 | 9 | 2B | 0 | 60 | 51 | 9 | 15F | 5C | 2F |
| Octal | 347 | 11 | 53 | 0 | 140 | 121 | 11 | 537 | 134 | 57 |
| Binary | 11100111 | 1001 | 101011 | 0 | 1100000 | 1010001 | 1001 | 101011111 | 1011100 | 101111 |
Color Harmonies of #E7092B
Complementary color
Monochromatic Colors of #E7092B
Black with #E7092B
Text Example
Text Example
White with #E7092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7092B; }
p { color: rgb(231,9,43); }
H1.HeaderClassName
{
color: #E7092B;
}
.AnyTagClassName
{
color: #E7092B;
}
</style>
background-color css
<style>
a { background-color: #E7092B; }
a { background-color: rgb(231,9,43); }
div.DivClassName
{
background-color: #E7092B;
}
.BgClassName
{
background-color: #E7092B;
}
</style>
border-color css
<style>
span { border-color: #E7092B; }
span { border-color: rgb(231,9,43); }
td.TdClassName
{
border-color: #E7092B;
}
.TagClassName
{
border-color: #E7092B;
}
</style>