#911B1C

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

Shades of Flame Red #911B1C

Tints of Flame Red #911B1C

Color information

#911B1C (or 0x911B1C) is unknown color: approx Flame Red. HEX triplet: 91, 1B and 1C. RGB value is (145,27,28). Sum of RGB (Red+Green+Blue) = 145+27+28=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #911B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911B1C is #6EE4E3. Grayscale: #3E3E3E. Windows color (decimal): -7267556 or 1842065. OLE color: 1842065.

HSL color Cylindrical-coordinate representation of color #911B1C: hue angle of 359.49º degrees, saturation: 0.69, 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 #911B1C is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1452728-
CMYK00.810.810.43
HSL359.49º68.6%33.73%-
HSV(B)359.49º81.38%56.86%-
XYZ12.286.891.78-
YUV62.4108.59186.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.5%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 28 (11.33% from 255) = 14%
R=72.5%
G=13.5%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145272800.810.810.43359.4968.633.73
Hex911B1C051512B1674522
Octal221333401211215354710542
Binary1001000111011111000101000110100011010111011001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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