Html Css Color HEX #8B212C Flame Red

📋 copy color: '#8B212C'

red 139 ◦ green 33 ◦ blue 44

#8B212C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #8B212C

Tints of Flame Red #8B212C

RGB

 RED value IS 139 (54.69% from 255) = 64.35%

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 64.35%
G = 15.28%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B212C (or 0x8B212C) is known color: Flame Red. HEX triplet: 8B, 21 and 2C. RGB value is (139,33,44). Sum of RGB (Red+Green+Blue) = 139+33+44=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B212C is #74DED3. Grayscale: #424242. Windows color (decimal): -7659220 or 2892171. OLE color: 2892171.

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

Color convert

RGB 139 33 44 -
CMYK 0 0.76 0.68 0.45
HSL 353.77º 0.62% 0.34% -
HSV(B) 353.77º 0.76% 0.55% -
XYZ 11.65 6.76 3.07 -
YUV 65.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 139 33 44 0 0.76 0.68 0.45 353.77 0.62 0.34
Hex 8B 21 2C 0 4C 44 2D 162 3E 22
Octal 213 41 54 0 114 104 55 542 76 42
Binary 10001011 100001 101100 0 1001100 1000100 101101 101100010 111110 100010

Color Harmonies of #8B212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B212C

Black with #8B212C

Text Example


Text Example

White with #8B212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B212C;
 }
 .AnyTagClassName
 {
   color: #8B212C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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