Shades of Crimson #E80F45
Tints of Crimson #E80F45
RGB
CMYK
RGB Variations
Color information
#E80F45 (or 0xE80F45) is known color: Crimson. HEX triplet: E8, 0F and 45. RGB value is (232,15,69). Sum of RGB (Red+Green+Blue) = 232+15+69=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F45 is #17F0BA. Grayscale: #565656. Windows color (decimal): -1568955 or 4526056. OLE color: 4526056.
HSL color Cylindrical-coordinate representation of color #E80F45: hue angle of 345.07º 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 #E80F45 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 69 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.09 |
| HSL | 345.07º | 0.88% | 0.48% | - |
| HSV(B) | 345.07º | 0.94% | 0.91% | - |
| XYZ | 34.52 | 17.93 | 7.27 | - |
| YUV | 86.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 69 | 0 | 0.94 | 0.70 | 0.09 | 345.07 | 0.88 | 0.48 |
| Hex | E8 | F | 45 | 0 | 5E | 46 | 9 | 159 | 58 | 30 |
| Octal | 350 | 17 | 105 | 0 | 136 | 106 | 11 | 531 | 130 | 60 |
| Binary | 11101000 | 1111 | 1000101 | 0 | 1011110 | 1000110 | 1001 | 101011001 | 1011000 | 110000 |
Color Harmonies of #E80F45
Complementary color
Monochromatic Colors of #E80F45
Black with #E80F45
Text Example
Text Example
White with #E80F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F45; }
p { color: rgb(232,15,69); }
H1.HeaderClassName
{
color: #E80F45;
}
.AnyTagClassName
{
color: #E80F45;
}
</style>
background-color css
<style>
a { background-color: #E80F45; }
a { background-color: rgb(232,15,69); }
div.DivClassName
{
background-color: #E80F45;
}
.BgClassName
{
background-color: #E80F45;
}
</style>
border-color css
<style>
span { border-color: #E80F45; }
span { border-color: rgb(232,15,69); }
td.TdClassName
{
border-color: #E80F45;
}
.TagClassName
{
border-color: #E80F45;
}
</style>