#e82f10

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

Shades of Scarlet #E82F10

Tints of Scarlet #E82F10

Color information

#E82F10 (or 0xE82F10) is unknown color: approx Scarlet. HEX triplet: E8, 2F and 10. RGB value is (232,47,16). Sum of RGB (Red+Green+Blue) = 232+47+16=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F10 is #17D0EF. Grayscale: #636363. Windows color (decimal): -1560816 or 1060840. OLE color: 1060840.

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

Color convert

RGB2324716-
CMYK00.800.930.09
HSL8.61º87.1%48.63%-
HSV(B)8.61º93.1%90.98%-
XYZ34.3919.232.39-
YUV98.7881.29223.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 78.64%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=78.64%
G=15.93%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232471600.800.930.098.6187.148.63
HexE82F100505D995731
Octal35057200120135111112761
Binary1110100010111110000010100001011101100110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e82f10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e82f10; }

 p { color: rgb(232,47,16); }

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

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

 a { background-color: rgb(232,47,16); }

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

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

 span { border-color: rgb(232,47,16); }

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