Html Css Color HEX #8B232C Flame Red

📋 copy color: '#8B232C'

red 139 ◦ green 35 ◦ blue 44

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

Shades of Flame Red #8B232C

Tints of Flame Red #8B232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 63.76%
G = 16.06%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B232C (or 0x8B232C) is known color: Flame Red. HEX triplet: 8B, 23 and 2C. RGB value is (139,35,44). Sum of RGB (Red+Green+Blue) = 139+35+44=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232C is #74DCD3. Grayscale: #434343. Windows color (decimal): -7658708 or 2892683. OLE color: 2892683.

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

Color convert

RGB 139 35 44 -
CMYK 0 0.75 0.68 0.45
HSL 354.81º 0.6% 0.34% -
HSV(B) 354.81º 0.75% 0.55% -
XYZ 11.7 6.87 3.09 -
YUV 67.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 139 35 44 0 0.75 0.68 0.45 354.81 0.6 0.34
Hex 8B 23 2C 0 4B 44 2D 163 3C 22
Octal 213 43 54 0 113 104 55 543 74 42
Binary 10001011 100011 101100 0 1001011 1000100 101101 101100011 111100 100010

Color Harmonies of #8B232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B232C

Black with #8B232C

Text Example


Text Example

White with #8B232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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