#8B212E

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

Shades of Flame Red #8B212E

Tints of Flame Red #8B212E

Color information

#8B212E (or 0x8B212E) is unknown color: approx Flame Red. HEX triplet: 8B, 21 and 2E. RGB value is (139,33,46). Sum of RGB (Red+Green+Blue) = 139+33+46=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B212E is #74DED1. Grayscale: #424242. Windows color (decimal): -7659218 or 3023243. OLE color: 3023243.

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

Color convert

RGB1393346-
CMYK00.760.670.45
HSL352.64º61.63%33.73%-
HSV(B)352.64º76.26%54.51%-
XYZ11.686.773.28-
YUV66.18116.62179.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=63.76%
G=15.14%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139334600.760.670.45352.6461.6333.73
Hex8B212E04C432D1613e22
Octal21341560114103555417642
Binary10001011100001101110010011001000011101101101100001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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