#8d1b23

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

Shades of Flame Red #8D1B23

Tints of Flame Red #8D1B23

Color information

#8D1B23 (or 0x8D1B23) is unknown color: approx Flame Red. HEX triplet: 8D, 1B and 23. RGB value is (141,27,35). Sum of RGB (Red+Green+Blue) = 141+27+35=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B23 is #72E4DC. Grayscale: #3E3E3E. Windows color (decimal): -7529693 or 2300813. OLE color: 2300813.

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

Color convert

RGB1412735-
CMYK00.810.750.45
HSL355.79º67.86%32.94%-
HSV(B)355.79º80.85%55.29%-
XYZ11.686.572.24-
YUV62112.77184.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=69.46%
G=13.30%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141273500.810.750.45355.7967.8632.94
Hex8D1B230514B2D1644421
Octal215334301211135554410441
Binary10001101110111000110101000110010111011011011001001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1b23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,27,35); }

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

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

 a { background-color: rgb(141,27,35); }

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

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

 span { border-color: rgb(141,27,35); }

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