#E82A15

Color #E82A15 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E82A15

Tints of Scarlet #E82A15

Color information

#E82A15 (or 0xE82A15) is unknown color: approx Scarlet. HEX triplet: E8, 2A and 15. RGB value is (232,42,21). Sum of RGB (Red+Green+Blue) = 232+42+21=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82A15 is #17D5EA. Grayscale: #606060. Windows color (decimal): -1562091 or 1387240. OLE color: 1387240.

HSL color Cylindrical-coordinate representation of color #E82A15: hue angle of 5.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E82A15 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2324221-
CMYK00.820.910.09
HSL5.97º83.4%49.61%-
HSV(B)5.97º90.95%90.98%-
XYZ34.2418.872.55-
YUV96.4285.45224.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 78.64%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=78.64%
G=14.24%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232422100.820.910.095.9783.449.61
HexE82A150525B965332
Octal3505225012213311612362
Binary111010001010101010101010010101101110011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82A15; }

 p { color: rgb(232,42,21); }

 H1.HeaderClassName
 {
   color: #E82A15;
 }
 .AnyTagClassName
 {
   color: #E82A15;
 }
</style>
background-color css

<style>
 a { background-color: #E82A15; }

 a { background-color: rgb(232,42,21); }

 div.DivClassName
 {
   background-color: #E82A15;
 }
 .BgClassName
 {
   background-color: #E82A15;
 }
</style>
border-color css

<style>
 span { border-color: #E82A15; }

 span { border-color: rgb(232,42,21); }

 td.TdClassName
 {
   border-color: #E82A15;
 }
 .TagClassName
 {
   border-color: #E82A15;
 }
</style>