Shades of Crimson #E8033B
Tints of Crimson #E8033B
RGB
CMYK
RGB Variations
Color information
#E8033B (or 0xE8033B) is known color: Crimson. HEX triplet: E8, 03 and 3B. RGB value is (232,3,59). Sum of RGB (Red+Green+Blue) = 232+3+59=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8033B is #17FCC4. Grayscale: #4D4D4D. Windows color (decimal): -1572037 or 3867624. OLE color: 3867624.
HSL color Cylindrical-coordinate representation of color #E8033B: hue angle of 345.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8033B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.09 |
| HSL | 345.33º | 0.97% | 0.46% | - |
| HSV(B) | 345.33º | 0.99% | 0.91% | - |
| XYZ | 34.1 | 17.54 | 5.73 | - |
| YUV | 77.86 | 117.37 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 59 | 0 | 0.99 | 0.75 | 0.09 | 345.33 | 0.97 | 0.46 |
| Hex | E8 | 3 | 3B | 0 | 63 | 4B | 9 | 159 | 61 | 2E |
| Octal | 350 | 3 | 73 | 0 | 143 | 113 | 11 | 531 | 141 | 56 |
| Binary | 11101000 | 11 | 111011 | 0 | 1100011 | 1001011 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E8033B
Complementary color
Monochromatic Colors of #E8033B
Black with #E8033B
Text Example
Text Example
White with #E8033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8033B; }
p { color: rgb(232,3,59); }
H1.HeaderClassName
{
color: #E8033B;
}
.AnyTagClassName
{
color: #E8033B;
}
</style>
background-color css
<style>
a { background-color: #E8033B; }
a { background-color: rgb(232,3,59); }
div.DivClassName
{
background-color: #E8033B;
}
.BgClassName
{
background-color: #E8033B;
}
</style>
border-color css
<style>
span { border-color: #E8033B; }
span { border-color: rgb(232,3,59); }
td.TdClassName
{
border-color: #E8033B;
}
.TagClassName
{
border-color: #E8033B;
}
</style>