#911C24

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

Shades of Flame Red #911C24

Tints of Flame Red #911C24

Color information

#911C24 (or 0x911C24) is unknown color: approx Flame Red. HEX triplet: 91, 1C and 24. RGB value is (145,28,36). Sum of RGB (Red+Green+Blue) = 145+28+36=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #911C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C24 is #6EE3DB. Grayscale: #3F3F3F. Windows color (decimal): -7267292 or 2366609. OLE color: 2366609.

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

Color convert

RGB1452836-
CMYK00.810.750.43
HSL355.9º67.63%33.92%-
HSV(B)355.9º80.69%56.86%-
XYZ12.416.982.36-
YUV63.9112.26185.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.38%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=69.38%
G=13.40%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145283600.810.750.43355.967.6333.92
Hex911C240514B2B1644422
Octal221344401211135354410442
Binary10010001111001001000101000110010111010111011001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,28,36); }

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

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

 a { background-color: rgb(145,28,36); }

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

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

 span { border-color: rgb(145,28,36); }

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