#911E21

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

Shades of Flame Red #911E21

Tints of Flame Red #911E21

Color information

#911E21 (or 0x911E21) is unknown color: approx Flame Red. HEX triplet: 91, 1E and 21. RGB value is (145,30,33). Sum of RGB (Red+Green+Blue) = 145+30+33=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #911E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911E21 is #6EE1DE. Grayscale: #404040. Windows color (decimal): -7266783 or 2170513. OLE color: 2170513.

HSL color Cylindrical-coordinate representation of color #911E21: hue angle of 358.43º 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 #911E21 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1453033-
CMYK00.790.770.43
HSL358.43º65.71%34.31%-
HSV(B)358.43º79.31%56.86%-
XYZ12.427.062.15-
YUV64.73110.1185.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.71%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=69.71%
G=14.42%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145303300.790.770.43358.4365.7134.31
Hex911E2104F4D2B1664222
Octal221364101171155354610242
Binary10010001111101000010100111110011011010111011001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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