Shades of Crimson #E7133B
Tints of Crimson #E7133B
RGB
CMYK
RGB Variations
Color information
#E7133B (or 0xE7133B) is known color: Crimson. HEX triplet: E7, 13 and 3B. RGB value is (231,19,59). Sum of RGB (Red+Green+Blue) = 231+19+59=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7133B is #18ECC4. Grayscale: #565656. Windows color (decimal): -1633477 or 3871719. OLE color: 3871719.
HSL color Cylindrical-coordinate representation of color #E7133B: hue angle of 348.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7133B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 59 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348.68º | 0.85% | 0.49% | - |
| HSV(B) | 348.68º | 0.92% | 0.91% | - |
| XYZ | 33.98 | 17.77 | 5.78 | - |
| YUV | 86.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 59 | 0 | 0.92 | 0.74 | 0.09 | 348.68 | 0.85 | 0.49 |
| Hex | E7 | 13 | 3B | 0 | 5C | 4A | 9 | 15D | 55 | 31 |
| Octal | 347 | 23 | 73 | 0 | 134 | 112 | 11 | 535 | 125 | 61 |
| Binary | 11100111 | 10011 | 111011 | 0 | 1011100 | 1001010 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E7133B
Complementary color
Monochromatic Colors of #E7133B
Black with #E7133B
Text Example
Text Example
White with #E7133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7133B; }
p { color: rgb(231,19,59); }
H1.HeaderClassName
{
color: #E7133B;
}
.AnyTagClassName
{
color: #E7133B;
}
</style>
background-color css
<style>
a { background-color: #E7133B; }
a { background-color: rgb(231,19,59); }
div.DivClassName
{
background-color: #E7133B;
}
.BgClassName
{
background-color: #E7133B;
}
</style>
border-color css
<style>
span { border-color: #E7133B; }
span { border-color: rgb(231,19,59); }
td.TdClassName
{
border-color: #E7133B;
}
.TagClassName
{
border-color: #E7133B;
}
</style>