#8B252F

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

Shades of Flame Red #8B252F

Tints of Flame Red #8B252F

Color information

#8B252F (or 0x8B252F) is unknown color: approx Flame Red. HEX triplet: 8B, 25 and 2F. RGB value is (139,37,47). Sum of RGB (Red+Green+Blue) = 139+37+47=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B252F is #74DAD0. Grayscale: #444444. Windows color (decimal): -7658193 or 3089803. OLE color: 3089803.

HSL color Cylindrical-coordinate representation of color #8B252F: hue angle of 354.12º 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 #8B252F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1393747-
CMYK00.730.660.45
HSL354.12º57.95%34.51%-
HSV(B)354.12º73.38%54.51%-
XYZ11.827.023.42-
YUV68.64115.79178.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.33%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=62.33%
G=16.59%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139374700.730.660.45354.1257.9534.51
Hex8B252F049422D1623a23
Octal21345570111102555427243
Binary10001011100101101111010010011000010101101101100010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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