#911820

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

Shades of Flame Red #911820

Tints of Flame Red #911820

Color information

#911820 (or 0x911820) is unknown color: approx Flame Red. HEX triplet: 91, 18 and 20. RGB value is (145,24,32). Sum of RGB (Red+Green+Blue) = 145+24+32=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #911820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911820 is #6EE7DF. Grayscale: #3D3D3D. Windows color (decimal): -7268320 or 2103441. OLE color: 2103441.

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

Color convert

RGB1452432-
CMYK00.830.780.43
HSL356.03º71.6%33.14%-
HSV(B)356.03º83.45%56.86%-
XYZ12.266.782.03-
YUV61.09111.59187.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=72.14%
G=11.94%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145243200.830.780.43356.0371.633.14
Hex9118200534E2B1644821
Octal221304001231165354411041
Binary10010001110001000000101001110011101010111011001001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911820; }

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

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

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

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

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

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

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

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