Html Css Color HEX #8B1922 Flame Red

📋 copy color: '#8B1922'

red 139 ◦ green 25 ◦ blue 34

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

Shades of Flame Red #8B1922

Tints of Flame Red #8B1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 34 (13.67% from 255) = 17.17%

R = 70.2%
G = 12.63%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B1922 (or 0x8B1922) is known color: Flame Red. HEX triplet: 8B, 19 and 22. RGB value is (139,25,34). Sum of RGB (Red+Green+Blue) = 139+25+34=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1922 is #74E6DD. Grayscale: #3C3C3C. Windows color (decimal): -7661278 or 2234763. OLE color: 2234763.

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

Color convert

RGB 139 25 34 -
CMYK 0 0.82 0.76 0.45
HSL 355.26º 0.7% 0.32% -
HSV(B) 355.26º 0.82% 0.55% -
XYZ 11.28 6.3 2.13 -
YUV 60.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 139 25 34 0 0.82 0.76 0.45 355.26 0.7 0.32
Hex 8B 19 22 0 52 4C 2D 163 46 20
Octal 213 31 42 0 122 114 55 543 106 40
Binary 10001011 11001 100010 0 1010010 1001100 101101 101100011 1000110 100000

Color Harmonies of #8B1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1922

Black with #8B1922

Text Example


Text Example

White with #8B1922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,34); }

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

background-color css

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

 a { background-color: rgb(139,25,34); }

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

border-color css

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

 span { border-color: rgb(139,25,34); }

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