Html Css Color HEX #8B212A Flame Red

📋 copy color: '#8B212A'

red 139 ◦ green 33 ◦ blue 42

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

Shades of Flame Red #8B212A

Tints of Flame Red #8B212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 64.95%
G = 15.42%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8B212A (or 0x8B212A) is known color: Flame Red. HEX triplet: 8B, 21 and 2A. RGB value is (139,33,42). Sum of RGB (Red+Green+Blue) = 139+33+42=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B212A is #74DED5. Grayscale: #414141. Windows color (decimal): -7659222 or 2761099. OLE color: 2761099.

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

Color convert

RGB 139 33 42 -
CMYK 0 0.76 0.70 0.45
HSL 354.91º 0.62% 0.34% -
HSV(B) 354.91º 0.76% 0.55% -
XYZ 11.61 6.74 2.88 -
YUV 65.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 139 33 42 0 0.76 0.70 0.45 354.91 0.62 0.34
Hex 8B 21 2A 0 4C 46 2D 163 3E 22
Octal 213 41 52 0 114 106 55 543 76 42
Binary 10001011 100001 101010 0 1001100 1000110 101101 101100011 111110 100010

Color Harmonies of #8B212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B212A

Black with #8B212A

Text Example


Text Example

White with #8B212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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