#911720

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

Shades of Flame Red #911720

Tints of Flame Red #911720

Color information

#911720 (or 0x911720) is unknown color: approx Flame Red. HEX triplet: 91, 17 and 20. RGB value is (145,23,32). Sum of RGB (Red+Green+Blue) = 145+23+32=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #911720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911720 is #6EE8DF. Grayscale: #3C3C3C. Windows color (decimal): -7268576 or 2103185. OLE color: 2103185.

HSL color Cylindrical-coordinate representation of color #911720: hue angle of 355.57º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911720 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1452332-
CMYK00.840.780.43
HSL355.57º72.62%32.94%-
HSV(B)355.57º84.14%56.86%-
XYZ12.246.742.02-
YUV60.5111.92188.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=72.5%
G=11.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145233200.840.780.43355.5772.6232.94
Hex9117200544E2B1644921
Octal221274001241165354411141
Binary10010001101111000000101010010011101010111011001001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911720; }

 p { color: rgb(145,23,32); }

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

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

 a { background-color: rgb(145,23,32); }

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

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

 span { border-color: rgb(145,23,32); }

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