#8c2225

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

Shades of Flame Red #8C2225

Tints of Flame Red #8C2225

Color information

#8C2225 (or 0x8C2225) is unknown color: approx Flame Red. HEX triplet: 8C, 22 and 25. RGB value is (140,34,37). Sum of RGB (Red+Green+Blue) = 140+34+37=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2225 is #73DDDA. Grayscale: #424242. Windows color (decimal): -7593435 or 2433676. OLE color: 2433676.

HSL color Cylindrical-coordinate representation of color #8C2225: hue angle of 358.3º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2225 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1403437-
CMYK00.760.740.45
HSL358.3º60.92%34.12%-
HSV(B)358.3º75.71%54.9%-
XYZ11.726.852.46-
YUV66.04111.62180.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=66.35%
G=16.11%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140343700.760.740.45358.360.9234.12
Hex8C222504C4A2D1663d22
Octal21442450114112555467542
Binary10001100100010100101010011001001010101101101100110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,34,37); }

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

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

 a { background-color: rgb(140,34,37); }

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

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

 span { border-color: rgb(140,34,37); }

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