#8B212D

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

Shades of Flame Red #8B212D

Tints of Flame Red #8B212D

Color information

#8B212D (or 0x8B212D) is unknown color: approx Flame Red. HEX triplet: 8B, 21 and 2D. RGB value is (139,33,45). Sum of RGB (Red+Green+Blue) = 139+33+45=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B212D is #74DED2. Grayscale: #424242. Windows color (decimal): -7659219 or 2957707. OLE color: 2957707.

HSL color Cylindrical-coordinate representation of color #8B212D: hue angle of 353.21º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B212D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1393345-
CMYK00.760.680.45
HSL353.21º61.63%33.73%-
HSV(B)353.21º76.26%54.51%-
XYZ11.666.773.17-
YUV66.06116.12180.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=64.06%
G=15.21%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139334500.760.680.45353.2161.6333.73
Hex8B212D04C442D1613e22
Octal21341550114104555417642
Binary10001011100001101101010011001000100101101101100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,45); }

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

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

 a { background-color: rgb(139,33,45); }

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

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

 span { border-color: rgb(139,33,45); }

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