Html Css Color HEX #8B1424 Flame Red

📋 copy color: '#8B1424'

red 139 ◦ green 20 ◦ blue 36

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

Shades of Flame Red #8B1424

Tints of Flame Red #8B1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 71.28%
G = 10.26%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8B1424 (or 0x8B1424) is known color: Flame Red. HEX triplet: 8B, 14 and 24. RGB value is (139,20,36). Sum of RGB (Red+Green+Blue) = 139+20+36=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1424 is #74EBDB. Grayscale: #393939. Windows color (decimal): -7662556 or 2364555. OLE color: 2364555.

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

Color convert

RGB 139 20 36 -
CMYK 0 0.86 0.74 0.45
HSL 351.93º 0.75% 0.31% -
HSV(B) 351.93º 0.86% 0.55% -
XYZ 11.22 6.12 2.26 -
YUV 57.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 139 20 36 0 0.86 0.74 0.45 351.93 0.75 0.31
Hex 8B 14 24 0 56 4A 2D 160 4B 1F
Octal 213 24 44 0 126 112 55 540 113 37
Binary 10001011 10100 100100 0 1010110 1001010 101101 101100000 1001011 11111

Color Harmonies of #8B1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1424

Black with #8B1424

Text Example


Text Example

White with #8B1424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,36); }

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

background-color css

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

 a { background-color: rgb(139,20,36); }

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

border-color css

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

 span { border-color: rgb(139,20,36); }

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