Shades of Crimson #E8103B
Tints of Crimson #E8103B
RGB
CMYK
RGB Variations
Color information
#E8103B (or 0xE8103B) is known color: Crimson. HEX triplet: E8, 10 and 3B. RGB value is (232,16,59). Sum of RGB (Red+Green+Blue) = 232+16+59=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8103B is #17EFC4. Grayscale: #555555. Windows color (decimal): -1568709 or 3870952. OLE color: 3870952.
HSL color Cylindrical-coordinate representation of color #E8103B: hue angle of 348.06º 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 #E8103B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.09 |
| HSL | 348.06º | 0.87% | 0.49% | - |
| HSV(B) | 348.06º | 0.93% | 0.91% | - |
| XYZ | 34.25 | 17.84 | 5.78 | - |
| YUV | 85.49 | 113.06 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 59 | 0 | 0.93 | 0.75 | 0.09 | 348.06 | 0.87 | 0.49 |
| Hex | E8 | 10 | 3B | 0 | 5D | 4B | 9 | 15C | 57 | 31 |
| Octal | 350 | 20 | 73 | 0 | 135 | 113 | 11 | 534 | 127 | 61 |
| Binary | 11101000 | 10000 | 111011 | 0 | 1011101 | 1001011 | 1001 | 101011100 | 1010111 | 110001 |
Color Harmonies of #E8103B
Complementary color
Monochromatic Colors of #E8103B
Black with #E8103B
Text Example
Text Example
White with #E8103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8103B; }
p { color: rgb(232,16,59); }
H1.HeaderClassName
{
color: #E8103B;
}
.AnyTagClassName
{
color: #E8103B;
}
</style>
background-color css
<style>
a { background-color: #E8103B; }
a { background-color: rgb(232,16,59); }
div.DivClassName
{
background-color: #E8103B;
}
.BgClassName
{
background-color: #E8103B;
}
</style>
border-color css
<style>
span { border-color: #E8103B; }
span { border-color: rgb(232,16,59); }
td.TdClassName
{
border-color: #E8103B;
}
.TagClassName
{
border-color: #E8103B;
}
</style>