#8C262B

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

Shades of Flame Red #8C262B

Tints of Flame Red #8C262B

Color information

#8C262B (or 0x8C262B) is unknown color: approx Flame Red. HEX triplet: 8C, 26 and 2B. RGB value is (140,38,43). Sum of RGB (Red+Green+Blue) = 140+38+43=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C262B is #73D9D4. Grayscale: #454545. Windows color (decimal): -7592405 or 2827916. OLE color: 2827916.

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

Color convert

RGB1403843-
CMYK00.730.690.45
HSL357.06º57.3%34.9%-
HSV(B)357.06º72.86%54.9%-
XYZ11.947.143.03-
YUV69.07113.29178.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.35%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=63.35%
G=17.19%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140384300.730.690.45357.0657.334.9
Hex8C262B049452D1653923
Octal21446530111105555457143
Binary10001100100110101011010010011000101101101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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