Shades of Scarlet #E82400
Tints of Scarlet #E82400
RGB
CMYK
RGB Variations
Color information
#E82400 (or 0xE82400) is known color: Scarlet. HEX triplet: E8, 24 and 00. RGB value is (232,36,0). Sum of RGB (Red+Green+Blue) = 232+36+0=268 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.57% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 232 - color contains mainly: red. Hex color #E82400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82400 is #17DBFF. Grayscale: #5A5A5A. Windows color (decimal): -1563648 or 9448. OLE color: 9448.
HSL color Cylindrical-coordinate representation of color #E82400: hue angle of 9.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E82400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.09 |
| HSL | 9.31º | 1% | 0.45% | - |
| HSV(B) | 9.31º | 1% | 0.91% | - |
| XYZ | 33.91 | 18.42 | 1.77 | - |
| YUV | 90.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 0 | 0 | 0.84 | 1 | 0.09 | 9.31 | 1 | 0.45 |
| Hex | E8 | 24 | 0 | 0 | 54 | 64 | 9 | 9 | 64 | 2D |
| Octal | 350 | 44 | 0 | 0 | 124 | 144 | 11 | 11 | 144 | 55 |
| Binary | 11101000 | 100100 | 0 | 0 | 1010100 | 1100100 | 1001 | 1001 | 1100100 | 101101 |
Color Harmonies of #E82400
Complementary color
Monochromatic Colors of #E82400
Black with #E82400
Text Example
Text Example
White with #E82400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82400; }
p { color: rgb(232,36,0); }
H1.HeaderClassName
{
color: #E82400;
}
.AnyTagClassName
{
color: #E82400;
}
</style>
background-color css
<style>
a { background-color: #E82400; }
a { background-color: rgb(232,36,0); }
div.DivClassName
{
background-color: #E82400;
}
.BgClassName
{
background-color: #E82400;
}
</style>
border-color css
<style>
span { border-color: #E82400; }
span { border-color: rgb(232,36,0); }
td.TdClassName
{
border-color: #E82400;
}
.TagClassName
{
border-color: #E82400;
}
</style>