#E82F0B

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

Shades of Scarlet #E82F0B

Tints of Scarlet #E82F0B

Color information

#E82F0B (or 0xE82F0B) is unknown color: approx Scarlet. HEX triplet: E8, 2F and 0B. RGB value is (232,47,11). Sum of RGB (Red+Green+Blue) = 232+47+11=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82F0B is #17D0F4. Grayscale: #626262. Windows color (decimal): -1560821 or 733160. OLE color: 733160.

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

Color convert

RGB2324711-
CMYK00.800.950.09
HSL9.77º90.95%47.65%-
HSV(B)9.77º95.26%90.98%-
XYZ34.3619.212.21-
YUV98.2178.79223.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 80%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=80%
G=16.21%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232471100.800.950.099.7790.9547.65
HexE82FB0505F9a5b30
Octal35057130120137111213360
Binary111010001011111011010100001011111100110101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82F0B; }

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

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

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

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

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

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

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

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