#8D262B

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

Shades of Flame Red #8D262B

Tints of Flame Red #8D262B

Color information

#8D262B (or 0x8D262B) is unknown color: approx Flame Red. HEX triplet: 8D, 26 and 2B. RGB value is (141,38,43). Sum of RGB (Red+Green+Blue) = 141+38+43=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D262B is #72D9D4. Grayscale: #454545. Windows color (decimal): -7526869 or 2827917. OLE color: 2827917.

HSL color Cylindrical-coordinate representation of color #8D262B: hue angle of 357.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D262B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1413843-
CMYK00.730.700.45
HSL357.09º57.54%35.1%-
HSV(B)357.09º73.05%55.29%-
XYZ12.117.223.04-
YUV69.37113.12179.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=63.51%
G=17.12%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141384300.730.700.45357.0957.5435.1
Hex8D262B049462D1653a23
Octal21546530111106555457243
Binary10001101100110101011010010011000110101101101100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,43); }

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

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

 a { background-color: rgb(141,38,43); }

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

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

 span { border-color: rgb(141,38,43); }

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