#E82C12

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

Shades of Scarlet #E82C12

Tints of Scarlet #E82C12

Color information

#E82C12 (or 0xE82C12) is unknown color: approx Scarlet. HEX triplet: E8, 2C and 12. RGB value is (232,44,18). Sum of RGB (Red+Green+Blue) = 232+44+18=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82C12 is #17D3ED. Grayscale: #616161. Windows color (decimal): -1561582 or 1191144. OLE color: 1191144.

HSL color Cylindrical-coordinate representation of color #E82C12: hue angle of 7.29º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E82C12 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB2324418-
CMYK00.810.920.09
HSL7.29º85.6%49.02%-
HSV(B)7.29º92.24%90.98%-
XYZ34.29192.43-
YUV97.2583.28224.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 78.91%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=78.91%
G=14.97%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232441800.810.920.097.2985.649.02
HexE82C120515C975631
Octal3505422012113411712661
Binary111010001011001001001010001101110010011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82C12; }

 p { color: rgb(232,44,18); }

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

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

 a { background-color: rgb(232,44,18); }

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

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

 span { border-color: rgb(232,44,18); }

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