Html Css Color HEX #911329 Flame Red

📋 copy color: '#911329'

red 145 ◦ green 19 ◦ blue 41

#911329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #911329

Tints of Flame Red #911329

RGB

 RED value IS 145 (57.03% from 255) = 70.73%

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 70.73%
G = 9.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#911329 (or 0x911329) is known color: Flame Red. HEX triplet: 91, 13 and 29. RGB value is (145,19,41). Sum of RGB (Red+Green+Blue) = 145+19+41=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #911329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911329 is #6EECD6. Grayscale: #3B3B3B. Windows color (decimal): -7269591 or 2691985. OLE color: 2691985.

HSL color Cylindrical-coordinate representation of color #911329: hue angle of 349.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911329 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 19 41 -
CMYK 0 0.87 0.72 0.43
HSL 349.52º 0.77% 0.32% -
HSV(B) 349.52º 0.87% 0.57% -
XYZ 12.31 6.65 2.73 -
YUV 59.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 145 19 41 0 0.87 0.72 0.43 349.52 0.77 0.32
Hex 91 13 29 0 57 48 2B 15E 4D 20
Octal 221 23 51 0 127 110 53 536 115 40
Binary 10010001 10011 101001 0 1010111 1001000 101011 101011110 1001101 100000

Color Harmonies of #911329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911329

Black with #911329

Text Example


Text Example

White with #911329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911329; }

 p { color: rgb(145,19,41); }

 H1.HeaderClassName
 {
   color: #911329;
 }
 .AnyTagClassName
 {
   color: #911329;
 }
</style>

background-color css

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

 a { background-color: rgb(145,19,41); }

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

border-color css

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

 span { border-color: rgb(145,19,41); }

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