Html Css Color HEX #8B1426 Flame Red

📋 copy color: '#8B1426'

red 139 ◦ green 20 ◦ blue 38

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

Shades of Flame Red #8B1426

Tints of Flame Red #8B1426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 70.56%
G = 10.15%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B1426 (or 0x8B1426) is known color: Flame Red. HEX triplet: 8B, 14 and 26. RGB value is (139,20,38). Sum of RGB (Red+Green+Blue) = 139+20+38=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1426 is #74EBD9. Grayscale: #393939. Windows color (decimal): -7662554 or 2495627. OLE color: 2495627.

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

Color convert

RGB 139 20 38 -
CMYK 0 0.86 0.73 0.45
HSL 350.92º 0.75% 0.31% -
HSV(B) 350.92º 0.86% 0.55% -
XYZ 11.25 6.13 2.42 -
YUV 57.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 139 20 38 0 0.86 0.73 0.45 350.92 0.75 0.31
Hex 8B 14 26 0 56 49 2D 15F 4B 1F
Octal 213 24 46 0 126 111 55 537 113 37
Binary 10001011 10100 100110 0 1010110 1001001 101101 101011111 1001011 11111

Color Harmonies of #8B1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1426

Black with #8B1426

Text Example


Text Example

White with #8B1426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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