Shades of Crimson #E80F3B
Tints of Crimson #E80F3B
RGB
CMYK
RGB Variations
Color information
#E80F3B (or 0xE80F3B) is known color: Crimson. HEX triplet: E8, 0F and 3B. RGB value is (232,15,59). Sum of RGB (Red+Green+Blue) = 232+15+59=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F3B is #17F0C4. Grayscale: #545454. Windows color (decimal): -1568965 or 3870696. OLE color: 3870696.
HSL color Cylindrical-coordinate representation of color #E80F3B: hue angle of 347.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F3B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 59 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.09 |
| HSL | 347.83º | 0.88% | 0.48% | - |
| HSV(B) | 347.83º | 0.94% | 0.91% | - |
| XYZ | 34.24 | 17.81 | 5.77 | - |
| YUV | 84.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 59 | 0 | 0.94 | 0.75 | 0.09 | 347.83 | 0.88 | 0.48 |
| Hex | E8 | F | 3B | 0 | 5E | 4B | 9 | 15C | 58 | 30 |
| Octal | 350 | 17 | 73 | 0 | 136 | 113 | 11 | 534 | 130 | 60 |
| Binary | 11101000 | 1111 | 111011 | 0 | 1011110 | 1001011 | 1001 | 101011100 | 1011000 | 110000 |
Color Harmonies of #E80F3B
Complementary color
Monochromatic Colors of #E80F3B
Black with #E80F3B
Text Example
Text Example
White with #E80F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F3B; }
p { color: rgb(232,15,59); }
H1.HeaderClassName
{
color: #E80F3B;
}
.AnyTagClassName
{
color: #E80F3B;
}
</style>
background-color css
<style>
a { background-color: #E80F3B; }
a { background-color: rgb(232,15,59); }
div.DivClassName
{
background-color: #E80F3B;
}
.BgClassName
{
background-color: #E80F3B;
}
</style>
border-color css
<style>
span { border-color: #E80F3B; }
span { border-color: rgb(232,15,59); }
td.TdClassName
{
border-color: #E80F3B;
}
.TagClassName
{
border-color: #E80F3B;
}
</style>