#8C2228

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

Shades of Flame Red #8C2228

Tints of Flame Red #8C2228

Color information

#8C2228 (or 0x8C2228) is unknown color: approx Flame Red. HEX triplet: 8C, 22 and 28. RGB value is (140,34,40). Sum of RGB (Red+Green+Blue) = 140+34+40=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2228 is #73DDD7. Grayscale: #424242. Windows color (decimal): -7593432 or 2630284. OLE color: 2630284.

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

Color convert

RGB1403440-
CMYK00.760.710.45
HSL356.6º60.92%34.12%-
HSV(B)356.6º75.71%54.9%-
XYZ11.776.872.71-
YUV66.38113.12180.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.42%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=65.42%
G=15.89%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140344000.760.710.45356.660.9234.12
Hex8C222804C472D1653d22
Octal21442500114107555457542
Binary10001100100010101000010011001000111101101101100101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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