Html Css Color HEX #911D20 Flame Red

📋 copy color: '#911D20'

red 145 ◦ green 29 ◦ blue 32

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

Shades of Flame Red #911D20

Tints of Flame Red #911D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.08%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 70.39%
G = 14.08%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#911D20 (or 0x911D20) is known color: Flame Red. HEX triplet: 91, 1D and 20. RGB value is (145,29,32). Sum of RGB (Red+Green+Blue) = 145+29+32=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #911D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911D20 is #6EE2DF. Grayscale: #404040. Windows color (decimal): -7267040 or 2104721. OLE color: 2104721.

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

Color convert

RGB 145 29 32 -
CMYK 0 0.8 0.78 0.43
HSL 358.45º 0.67% 0.34% -
HSV(B) 358.45º 0.8% 0.57% -
XYZ 12.38 7 2.07 -
YUV 64.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 145 29 32 0 0.8 0.78 0.43 358.45 0.67 0.34
Hex 91 1D 20 0 50 4E 2B 166 43 22
Octal 221 35 40 0 120 116 53 546 103 42
Binary 10010001 11101 100000 0 1010000 1001110 101011 101100110 1000011 100010

Color Harmonies of #911D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D20

Black with #911D20

Text Example


Text Example

White with #911D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,29,32); }

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

background-color css

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

 a { background-color: rgb(145,29,32); }

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

border-color css

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

 span { border-color: rgb(145,29,32); }

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