Shades of Crimson #E8102F
Tints of Crimson #E8102F
RGB
CMYK
RGB Variations
Color information
#E8102F (or 0xE8102F) is known color: Crimson. HEX triplet: E8, 10 and 2F. RGB value is (232,16,47). Sum of RGB (Red+Green+Blue) = 232+16+47=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8102F is #17EFD0. Grayscale: #545454. Windows color (decimal): -1568721 or 3084520. OLE color: 3084520.
HSL color Cylindrical-coordinate representation of color #E8102F: hue angle of 351.39º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8102F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.09 |
| HSL | 351.39º | 0.87% | 0.49% | - |
| HSV(B) | 351.39º | 0.93% | 0.91% | - |
| XYZ | 33.98 | 17.73 | 4.32 | - |
| YUV | 84.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 47 | 0 | 0.93 | 0.80 | 0.09 | 351.39 | 0.87 | 0.49 |
| Hex | E8 | 10 | 2F | 0 | 5D | 50 | 9 | 15F | 57 | 31 |
| Octal | 350 | 20 | 57 | 0 | 135 | 120 | 11 | 537 | 127 | 61 |
| Binary | 11101000 | 10000 | 101111 | 0 | 1011101 | 1010000 | 1001 | 101011111 | 1010111 | 110001 |
Color Harmonies of #E8102F
Complementary color
Monochromatic Colors of #E8102F
Black with #E8102F
Text Example
Text Example
White with #E8102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8102F; }
p { color: rgb(232,16,47); }
H1.HeaderClassName
{
color: #E8102F;
}
.AnyTagClassName
{
color: #E8102F;
}
</style>
background-color css
<style>
a { background-color: #E8102F; }
a { background-color: rgb(232,16,47); }
div.DivClassName
{
background-color: #E8102F;
}
.BgClassName
{
background-color: #E8102F;
}
</style>
border-color css
<style>
span { border-color: #E8102F; }
span { border-color: rgb(232,16,47); }
td.TdClassName
{
border-color: #E8102F;
}
.TagClassName
{
border-color: #E8102F;
}
</style>