#91191C

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

Shades of Flame Red #91191C

Tints of Flame Red #91191C

Color information

#91191C (or 0x91191C) is unknown color: approx Flame Red. HEX triplet: 91, 19 and 1C. RGB value is (145,25,28). Sum of RGB (Red+Green+Blue) = 145+25+28=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #91191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91191C is #6EE6E3. Grayscale: #3D3D3D. Windows color (decimal): -7268068 or 1841553. OLE color: 1841553.

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

Color convert

RGB1452528-
CMYK00.830.810.43
HSL358.5º70.59%33.33%-
HSV(B)358.5º82.76%56.86%-
XYZ12.236.81.77-
YUV61.22109.26187.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=73.23%
G=12.63%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145252800.830.810.43358.570.5933.33
Hex91191C053512B1664721
Octal221313401231215354610741
Binary1001000111001111000101001110100011010111011001101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91191C; }

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

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

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

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

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

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

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

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