Shades of Crimson #E80F44
Tints of Crimson #E80F44
RGB
CMYK
RGB Variations
Color information
#E80F44 (or 0xE80F44) is known color: Crimson. HEX triplet: E8, 0F and 44. RGB value is (232,15,68). Sum of RGB (Red+Green+Blue) = 232+15+68=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F44 is #17F0BB. Grayscale: #555555. Windows color (decimal): -1568956 or 4460520. OLE color: 4460520.
HSL color Cylindrical-coordinate representation of color #E80F44: hue angle of 345.35º 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 #E80F44 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 68 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.09 |
| HSL | 345.35º | 0.88% | 0.48% | - |
| HSV(B) | 345.35º | 0.94% | 0.91% | - |
| XYZ | 34.49 | 17.91 | 7.11 | - |
| YUV | 85.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 68 | 0 | 0.94 | 0.71 | 0.09 | 345.35 | 0.88 | 0.48 |
| Hex | E8 | F | 44 | 0 | 5E | 47 | 9 | 159 | 58 | 30 |
| Octal | 350 | 17 | 104 | 0 | 136 | 107 | 11 | 531 | 130 | 60 |
| Binary | 11101000 | 1111 | 1000100 | 0 | 1011110 | 1000111 | 1001 | 101011001 | 1011000 | 110000 |
Color Harmonies of #E80F44
Complementary color
Monochromatic Colors of #E80F44
Black with #E80F44
Text Example
Text Example
White with #E80F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F44; }
p { color: rgb(232,15,68); }
H1.HeaderClassName
{
color: #E80F44;
}
.AnyTagClassName
{
color: #E80F44;
}
</style>
background-color css
<style>
a { background-color: #E80F44; }
a { background-color: rgb(232,15,68); }
div.DivClassName
{
background-color: #E80F44;
}
.BgClassName
{
background-color: #E80F44;
}
</style>
border-color css
<style>
span { border-color: #E80F44; }
span { border-color: rgb(232,15,68); }
td.TdClassName
{
border-color: #E80F44;
}
.TagClassName
{
border-color: #E80F44;
}
</style>