#8C212C

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

Shades of Flame Red #8C212C

Tints of Flame Red #8C212C

Color information

#8C212C (or 0x8C212C) is unknown color: approx Flame Red. HEX triplet: 8C, 21 and 2C. RGB value is (140,33,44). Sum of RGB (Red+Green+Blue) = 140+33+44=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C212C is #73DED3. Grayscale: #424242. Windows color (decimal): -7593684 or 2892172. OLE color: 2892172.

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

Color convert

RGB1403344-
CMYK00.760.690.45
HSL353.83º61.85%33.92%-
HSV(B)353.83º76.43%54.9%-
XYZ11.816.853.08-
YUV66.25115.45180.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=64.52%
G=15.21%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140334400.760.690.45353.8361.8533.92
Hex8C212C04C452D1623e22
Octal21441540114105555427642
Binary10001100100001101100010011001000101101101101100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,33,44); }

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

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

 a { background-color: rgb(140,33,44); }

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

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

 span { border-color: rgb(140,33,44); }

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