#8B252E

Color #8B252E Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8B252E

Tints of Flame Red #8B252E

Color information

#8B252E (or 0x8B252E) is unknown color: approx Flame Red. HEX triplet: 8B, 25 and 2E. RGB value is (139,37,46). Sum of RGB (Red+Green+Blue) = 139+37+46=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B252E is #74DAD1. Grayscale: #444444. Windows color (decimal): -7658194 or 3024267. OLE color: 3024267.

HSL color Cylindrical-coordinate representation of color #8B252E: hue angle of 354.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B252E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1393746-
CMYK00.730.670.45
HSL354.71º57.95%34.51%-
HSV(B)354.71º73.38%54.51%-
XYZ11.87.013.32-
YUV68.52115.29178.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=62.61%
G=16.67%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139374600.730.670.45354.7157.9534.51
Hex8B252E049432D1633a23
Octal21345560111103555437243
Binary10001011100101101110010010011000011101101101100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B252E; }

 p { color: rgb(139,37,46); }

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

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

 a { background-color: rgb(139,37,46); }

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

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

 span { border-color: rgb(139,37,46); }

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