Html Css Color HEX #8B232D Flame Red

📋 copy color: '#8B232D'

red 139 ◦ green 35 ◦ blue 45

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

Shades of Flame Red #8B232D

Tints of Flame Red #8B232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.55%

R = 63.47%
G = 15.98%
B = 20.55%

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

#8B232D (or 0x8B232D) is known color: Flame Red. HEX triplet: 8B, 23 and 2D. RGB value is (139,35,45). Sum of RGB (Red+Green+Blue) = 139+35+45=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B232D is #74DCD2. Grayscale: #434343. Windows color (decimal): -7658707 or 2958219. OLE color: 2958219.

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

Color convert

RGB 139 35 45 -
CMYK 0 0.75 0.68 0.45
HSL 354.23º 0.6% 0.34% -
HSV(B) 354.23º 0.75% 0.55% -
XYZ 11.72 6.88 3.19 -
YUV 67.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 139 35 45 0 0.75 0.68 0.45 354.23 0.6 0.34
Hex 8B 23 2D 0 4B 44 2D 162 3C 22
Octal 213 43 55 0 113 104 55 542 74 42
Binary 10001011 100011 101101 0 1001011 1000100 101101 101100010 111100 100010

Color Harmonies of #8B232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B232D

Black with #8B232D

Text Example


Text Example

White with #8B232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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