#8C262F

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

Shades of Flame Red #8C262F

Tints of Flame Red #8C262F

Color information

#8C262F (or 0x8C262F) is unknown color: approx Flame Red. HEX triplet: 8C, 26 and 2F. RGB value is (140,38,47). Sum of RGB (Red+Green+Blue) = 140+38+47=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C262F is #73D9D0. Grayscale: #454545. Windows color (decimal): -7592401 or 3090060. OLE color: 3090060.

HSL color Cylindrical-coordinate representation of color #8C262F: hue angle of 354.71º degrees, saturation: 0.57, 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 #8C262F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1403847-
CMYK00.730.660.45
HSL354.71º57.3%34.9%-
HSV(B)354.71º72.86%54.9%-
XYZ12.027.173.44-
YUV69.52115.29178.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=62.22%
G=16.89%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140384700.730.660.45354.7157.334.9
Hex8C262F049422D1633923
Octal21446570111102555437143
Binary10001100100110101111010010011000010101101101100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,38,47); }

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

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

 a { background-color: rgb(140,38,47); }

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

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

 span { border-color: rgb(140,38,47); }

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