#8B1C27

Color #8B1C27 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8B1C27

Tints of Flame Red #8B1C27

Color information

#8B1C27 (or 0x8B1C27) is unknown color: approx Flame Red. HEX triplet: 8B, 1C and 27. RGB value is (139,28,39). Sum of RGB (Red+Green+Blue) = 139+28+39=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C27 is #74E3D8. Grayscale: #3E3E3E. Windows color (decimal): -7660505 or 2563211. OLE color: 2563211.

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

Color convert

RGB1392839-
CMYK00.800.720.45
HSL354.05º66.47%32.75%-
HSV(B)354.05º79.86%54.51%-
XYZ11.436.472.57-
YUV62.44114.77182.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.48%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=67.48%
G=13.59%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139283900.800.720.45354.0566.4732.75
Hex8B1C27050482D1624221
Octal213344701201105554210241
Binary10001011111001001110101000010010001011011011000101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B1C27;
 }
 .AnyTagClassName
 {
   color: #8B1C27;
 }
</style>
background-color css

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

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

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

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

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

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