Html Css Color HEX #8B232F Flame Red

📋 copy color: '#8B232F'

red 139 ◦ green 35 ◦ blue 47

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

Shades of Flame Red #8B232F

Tints of Flame Red #8B232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.27%

R = 62.9%
G = 15.84%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B232F (or 0x8B232F) is known color: Flame Red. HEX triplet: 8B, 23 and 2F. RGB value is (139,35,47). Sum of RGB (Red+Green+Blue) = 139+35+47=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232F is #74DCD0. Grayscale: #434343. Windows color (decimal): -7658705 or 3089291. OLE color: 3089291.

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

Color convert

RGB 139 35 47 -
CMYK 0 0.75 0.66 0.45
HSL 353.08º 0.6% 0.34% -
HSV(B) 353.08º 0.75% 0.55% -
XYZ 11.76 6.9 3.4 -
YUV 67.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 139 35 47 0 0.75 0.66 0.45 353.08 0.6 0.34
Hex 8B 23 2F 0 4B 42 2D 161 3C 22
Octal 213 43 57 0 113 102 55 541 74 42
Binary 10001011 100011 101111 0 1001011 1000010 101101 101100001 111100 100010

Color Harmonies of #8B232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B232F

Black with #8B232F

Text Example


Text Example

White with #8B232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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