Html Css Color HEX #8B1929 Flame Red

📋 copy color: '#8B1929'

red 139 ◦ green 25 ◦ blue 41

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

Shades of Flame Red #8B1929

Tints of Flame Red #8B1929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20%

R = 67.8%
G = 12.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B1929 (or 0x8B1929) is known color: Flame Red. HEX triplet: 8B, 19 and 29. RGB value is (139,25,41). Sum of RGB (Red+Green+Blue) = 139+25+41=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1929 is #74E6D6. Grayscale: #3C3C3C. Windows color (decimal): -7661271 or 2693515. OLE color: 2693515.

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

Color convert

RGB 139 25 41 -
CMYK 0 0.82 0.71 0.45
HSL 351.58º 0.7% 0.32% -
HSV(B) 351.58º 0.82% 0.55% -
XYZ 11.4 6.34 2.72 -
YUV 60.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 139 25 41 0 0.82 0.71 0.45 351.58 0.7 0.32
Hex 8B 19 29 0 52 47 2D 160 46 20
Octal 213 31 51 0 122 107 55 540 106 40
Binary 10001011 11001 101001 0 1010010 1000111 101101 101100000 1000110 100000

Color Harmonies of #8B1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1929

Black with #8B1929

Text Example


Text Example

White with #8B1929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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