Html Css Color HEX #8B1629 Flame Red

📋 copy color: '#8B1629'

red 139 ◦ green 22 ◦ blue 41

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

Shades of Flame Red #8B1629

Tints of Flame Red #8B1629

RGB

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

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

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

R = 68.81%
G = 10.89%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B1629 (or 0x8B1629) is known color: Flame Red. HEX triplet: 8B, 16 and 29. RGB value is (139,22,41). Sum of RGB (Red+Green+Blue) = 139+22+41=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1629 is #74E9D6. Grayscale: #3B3B3B. Windows color (decimal): -7662039 or 2692747. OLE color: 2692747.

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

Color convert

RGB 139 22 41 -
CMYK 0 0.84 0.71 0.45
HSL 350.26º 0.73% 0.32% -
HSV(B) 350.26º 0.84% 0.55% -
XYZ 11.33 6.22 2.7 -
YUV 59.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 139 22 41 0 0.84 0.71 0.45 350.26 0.73 0.32
Hex 8B 16 29 0 54 47 2D 15E 49 20
Octal 213 26 51 0 124 107 55 536 111 40
Binary 10001011 10110 101001 0 1010100 1000111 101101 101011110 1001001 100000

Color Harmonies of #8B1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1629

Black with #8B1629

Text Example


Text Example

White with #8B1629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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