Html Css Color HEX #8B1C26 Flame Red

📋 copy color: '#8B1C26'

red 139 ◦ green 28 ◦ blue 38

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

Shades of Flame Red #8B1C26

Tints of Flame Red #8B1C26

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 67.8%
G = 13.66%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B1C26 (or 0x8B1C26) is known color: Flame Red. HEX triplet: 8B, 1C and 26. RGB value is (139,28,38). Sum of RGB (Red+Green+Blue) = 139+28+38=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C26 is #74E3D9. Grayscale: #3E3E3E. Windows color (decimal): -7660506 or 2497675. OLE color: 2497675.

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

Color convert

RGB 139 28 38 -
CMYK 0 0.80 0.73 0.45
HSL 354.59º 0.66% 0.33% -
HSV(B) 354.59º 0.8% 0.55% -
XYZ 11.41 6.46 2.48 -
YUV 62.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 139 28 38 0 0.80 0.73 0.45 354.59 0.66 0.33
Hex 8B 1C 26 0 50 49 2D 163 42 21
Octal 213 34 46 0 120 111 55 543 102 41
Binary 10001011 11100 100110 0 1010000 1001001 101101 101100011 1000010 100001

Color Harmonies of #8B1C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C26

Black with #8B1C26

Text Example


Text Example

White with #8B1C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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