#911B1E

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

Shades of Flame Red #911B1E

Tints of Flame Red #911B1E

Color information

#911B1E (or 0x911B1E) is unknown color: approx Flame Red. HEX triplet: 91, 1B and 1E. RGB value is (145,27,30). Sum of RGB (Red+Green+Blue) = 145+27+30=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #911B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911B1E is #6EE4E1. Grayscale: #3E3E3E. Windows color (decimal): -7267554 or 1973137. OLE color: 1973137.

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

Color convert

RGB1452730-
CMYK00.810.790.43
HSL358.47º68.6%33.73%-
HSV(B)358.47º81.38%56.86%-
XYZ12.36.91.91-
YUV62.62109.59186.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=71.78%
G=13.37%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145273000.810.790.43358.4768.633.73
Hex911B1E0514F2B1664522
Octal221333601211175354610542
Binary1001000111011111100101000110011111010111011001101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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