Shades of Crimson #E8093C
Tints of Crimson #E8093C
RGB
CMYK
RGB Variations
Color information
#E8093C (or 0xE8093C) is known color: Crimson. HEX triplet: E8, 09 and 3C. RGB value is (232,9,60). Sum of RGB (Red+Green+Blue) = 232+9+60=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E8093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8093C is #17F6C3. Grayscale: #515151. Windows color (decimal): -1570500 or 3934696. OLE color: 3934696.
HSL color Cylindrical-coordinate representation of color #E8093C: hue angle of 346.28º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8093C is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.09 |
| HSL | 346.28º | 0.93% | 0.47% | - |
| HSV(B) | 346.28º | 0.96% | 0.91% | - |
| XYZ | 34.19 | 17.68 | 5.88 | - |
| YUV | 81.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 60 | 0 | 0.96 | 0.74 | 0.09 | 346.28 | 0.93 | 0.47 |
| Hex | E8 | 9 | 3C | 0 | 60 | 4A | 9 | 15A | 5D | 2F |
| Octal | 350 | 11 | 74 | 0 | 140 | 112 | 11 | 532 | 135 | 57 |
| Binary | 11101000 | 1001 | 111100 | 0 | 1100000 | 1001010 | 1001 | 101011010 | 1011101 | 101111 |
Color Harmonies of #E8093C
Complementary color
Monochromatic Colors of #E8093C
Black with #E8093C
Text Example
Text Example
White with #E8093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8093C; }
p { color: rgb(232,9,60); }
H1.HeaderClassName
{
color: #E8093C;
}
.AnyTagClassName
{
color: #E8093C;
}
</style>
background-color css
<style>
a { background-color: #E8093C; }
a { background-color: rgb(232,9,60); }
div.DivClassName
{
background-color: #E8093C;
}
.BgClassName
{
background-color: #E8093C;
}
</style>
border-color css
<style>
span { border-color: #E8093C; }
span { border-color: rgb(232,9,60); }
td.TdClassName
{
border-color: #E8093C;
}
.TagClassName
{
border-color: #E8093C;
}
</style>