#911921

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

Shades of Flame Red #911921

Tints of Flame Red #911921

Color information

#911921 (or 0x911921) is unknown color: approx Flame Red. HEX triplet: 91, 19 and 21. RGB value is (145,25,33). Sum of RGB (Red+Green+Blue) = 145+25+33=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #911921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911921 is #6EE6DE. Grayscale: #3D3D3D. Windows color (decimal): -7268063 or 2169233. OLE color: 2169233.

HSL color Cylindrical-coordinate representation of color #911921: hue angle of 356º degrees, saturation: 0.71, 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 #911921 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1452533-
CMYK00.830.770.43
HSL356º70.59%33.33%-
HSV(B)356º82.76%56.86%-
XYZ12.36.822.11-
YUV61.79111.76187.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=71.43%
G=12.32%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145253300.830.770.4335670.5933.33
Hex9119210534D2B1644721
Octal221314101231155354410741
Binary10010001110011000010101001110011011010111011001001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911921; }

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

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

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

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

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

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

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

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