#911E20

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

Shades of Flame Red #911E20

Tints of Flame Red #911E20

Color information

#911E20 (or 0x911E20) is unknown color: approx Flame Red. HEX triplet: 91, 1E and 20. RGB value is (145,30,32). Sum of RGB (Red+Green+Blue) = 145+30+32=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #911E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911E20 is #6EE1DF. Grayscale: #404040. Windows color (decimal): -7266784 or 2104977. OLE color: 2104977.

HSL color Cylindrical-coordinate representation of color #911E20: hue angle of 358.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911E20 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1453032-
CMYK00.790.780.43
HSL358.96º65.71%34.31%-
HSV(B)358.96º79.31%56.86%-
XYZ12.47.052.07-
YUV64.61109.6185.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.05%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=70.05%
G=14.49%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145303200.790.780.43358.9665.7134.31
Hex911E2004F4E2B1674222
Octal221364001171165354710242
Binary10010001111101000000100111110011101010111011001111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911E20; }

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

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

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

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

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

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

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

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