#8B1C23

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

Shades of Flame Red #8B1C23

Tints of Flame Red #8B1C23

Color information

#8B1C23 (or 0x8B1C23) is unknown color: approx Flame Red. HEX triplet: 8B, 1C and 23. RGB value is (139,28,35). Sum of RGB (Red+Green+Blue) = 139+28+35=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C23 is #74E3DC. Grayscale: #3E3E3E. Windows color (decimal): -7660509 or 2301067. OLE color: 2301067.

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

Color convert

RGB1392835-
CMYK00.800.750.45
HSL356.22º66.47%32.75%-
HSV(B)356.22º79.86%54.51%-
XYZ11.376.442.23-
YUV61.99112.77182.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=68.81%
G=13.86%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139283500.800.750.45356.2266.4732.75
Hex8B1C230504B2D1644221
Octal213344301201135554410241
Binary10001011111001000110101000010010111011011011001001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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