Html Css Color HEX #8B1620 Flame Red

📋 copy color: '#8B1620'

red 139 ◦ green 22 ◦ blue 32

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

Shades of Flame Red #8B1620

Tints of Flame Red #8B1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 72.02%
G = 11.4%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B1620 (or 0x8B1620) is known color: Flame Red. HEX triplet: 8B, 16 and 20. RGB value is (139,22,32). Sum of RGB (Red+Green+Blue) = 139+22+32=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1620 is #74E9DF. Grayscale: #3A3A3A. Windows color (decimal): -7662048 or 2102923. OLE color: 2102923.

HSL color Cylindrical-coordinate representation of color #8B1620: hue angle of 354.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1620 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 22 32 -
CMYK 0 0.84 0.77 0.45
HSL 354.87º 0.73% 0.32% -
HSV(B) 354.87º 0.84% 0.55% -
XYZ 11.2 6.17 1.97 -
YUV 58.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 139 22 32 0 0.84 0.77 0.45 354.87 0.73 0.32
Hex 8B 16 20 0 54 4D 2D 163 49 20
Octal 213 26 40 0 124 115 55 543 111 40
Binary 10001011 10110 100000 0 1010100 1001101 101101 101100011 1001001 100000

Color Harmonies of #8B1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1620

Black with #8B1620

Text Example


Text Example

White with #8B1620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,22,32); }

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

background-color css

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

 a { background-color: rgb(139,22,32); }

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

border-color css

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

 span { border-color: rgb(139,22,32); }

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