Html Css Color HEX #8B1B1C Flame Red

📋 copy color: '#8B1B1C'

red 139 ◦ green 27 ◦ blue 28

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

Shades of Flame Red #8B1B1C

Tints of Flame Red #8B1B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 71.65%
G = 13.92%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B1B1C (or 0x8B1B1C) is known color: Flame Red. HEX triplet: 8B, 1B and 1C. RGB value is (139,27,28). Sum of RGB (Red+Green+Blue) = 139+27+28=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B1C is #74E4E3. Grayscale: #3C3C3C. Windows color (decimal): -7660772 or 1842059. OLE color: 1842059.

HSL color Cylindrical-coordinate representation of color #8B1B1C: hue angle of 359.46º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B1C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 27 28 -
CMYK 0 0.81 0.80 0.45
HSL 359.46º 0.67% 0.33% -
HSV(B) 359.46º 0.81% 0.55% -
XYZ 11.25 6.36 1.73 -
YUV 60.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 139 27 28 0 0.81 0.80 0.45 359.46 0.67 0.33
Hex 8B 1B 1C 0 51 50 2D 167 43 21
Octal 213 33 34 0 121 120 55 547 103 41
Binary 10001011 11011 11100 0 1010001 1010000 101101 101100111 1000011 100001

Color Harmonies of #8B1B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1B1C

Black with #8B1B1C

Text Example


Text Example

White with #8B1B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,27,28); }

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

background-color css

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

 a { background-color: rgb(139,27,28); }

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

border-color css

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

 span { border-color: rgb(139,27,28); }

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