Shades of Scarlet #E82F05
Tints of Scarlet #E82F05
RGB
CMYK
RGB Variations
Color information
#E82F05 (or 0xE82F05) is known color: Scarlet. HEX triplet: E8, 2F and 05. RGB value is (232,47,5). Sum of RGB (Red+Green+Blue) = 232+47+5=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F05 is #17D0FA. Grayscale: #616161. Windows color (decimal): -1560827 or 339944. OLE color: 339944.
HSL color Cylindrical-coordinate representation of color #E82F05: hue angle of 11.1º degrees, saturation: 0.96, 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 #E82F05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.09 |
| HSL | 11.1º | 0.96% | 0.46% | - |
| HSV(B) | 11.1º | 0.98% | 0.91% | - |
| XYZ | 34.32 | 19.2 | 2.04 | - |
| YUV | 97.53 | 75.79 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 5 | 0 | 0.80 | 0.98 | 0.09 | 11.1 | 0.96 | 0.46 |
| Hex | E8 | 2F | 5 | 0 | 50 | 62 | 9 | B | 60 | 2E |
| Octal | 350 | 57 | 5 | 0 | 120 | 142 | 11 | 13 | 140 | 56 |
| Binary | 11101000 | 101111 | 101 | 0 | 1010000 | 1100010 | 1001 | 1011 | 1100000 | 101110 |
Color Harmonies of #E82F05
Complementary color
Monochromatic Colors of #E82F05
Black with #E82F05
Text Example
Text Example
White with #E82F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F05; }
p { color: rgb(232,47,5); }
H1.HeaderClassName
{
color: #E82F05;
}
.AnyTagClassName
{
color: #E82F05;
}
</style>
background-color css
<style>
a { background-color: #E82F05; }
a { background-color: rgb(232,47,5); }
div.DivClassName
{
background-color: #E82F05;
}
.BgClassName
{
background-color: #E82F05;
}
</style>
border-color css
<style>
span { border-color: #E82F05; }
span { border-color: rgb(232,47,5); }
td.TdClassName
{
border-color: #E82F05;
}
.TagClassName
{
border-color: #E82F05;
}
</style>