Shades of Crimson #E80430
Tints of Crimson #E80430
RGB
CMYK
RGB Variations
Color information
#E80430 (or 0xE80430) is known color: Crimson. HEX triplet: E8, 04 and 30. RGB value is (232,4,48). Sum of RGB (Red+Green+Blue) = 232+4+48=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E80430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80430 is #17FBCF. Grayscale: #4D4D4D. Windows color (decimal): -1571792 or 3146984. OLE color: 3146984.
HSL color Cylindrical-coordinate representation of color #E80430: hue angle of 348.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80430 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.09 |
| HSL | 348.42º | 0.97% | 0.46% | - |
| HSV(B) | 348.42º | 0.98% | 0.91% | - |
| XYZ | 33.86 | 17.46 | 4.38 | - |
| YUV | 77.19 | 111.54 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 48 | 0 | 0.98 | 0.79 | 0.09 | 348.42 | 0.97 | 0.46 |
| Hex | E8 | 4 | 30 | 0 | 62 | 4F | 9 | 15C | 61 | 2E |
| Octal | 350 | 4 | 60 | 0 | 142 | 117 | 11 | 534 | 141 | 56 |
| Binary | 11101000 | 100 | 110000 | 0 | 1100010 | 1001111 | 1001 | 101011100 | 1100001 | 101110 |
Color Harmonies of #E80430
Complementary color
Monochromatic Colors of #E80430
Black with #E80430
Text Example
Text Example
White with #E80430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80430; }
p { color: rgb(232,4,48); }
H1.HeaderClassName
{
color: #E80430;
}
.AnyTagClassName
{
color: #E80430;
}
</style>
background-color css
<style>
a { background-color: #E80430; }
a { background-color: rgb(232,4,48); }
div.DivClassName
{
background-color: #E80430;
}
.BgClassName
{
background-color: #E80430;
}
</style>
border-color css
<style>
span { border-color: #E80430; }
span { border-color: rgb(232,4,48); }
td.TdClassName
{
border-color: #E80430;
}
.TagClassName
{
border-color: #E80430;
}
</style>