Html Css Color HEX #891720 Flame Red

📋 copy color: '#891720'

red 137 ◦ green 23 ◦ blue 32

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

Shades of Flame Red #891720

Tints of Flame Red #891720

RGB

 RED value IS 137 (53.91% from 255) = 71.35%

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 71.35%
G = 11.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891720 (or 0x891720) is known color: Flame Red. HEX triplet: 89, 17 and 20. RGB value is (137,23,32). Sum of RGB (Red+Green+Blue) = 137+23+32=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891720 is #76E8DF. Grayscale: #3A3A3A. Windows color (decimal): -7792864 or 2103177. OLE color: 2103177.

HSL color Cylindrical-coordinate representation of color #891720: hue angle of 355.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891720 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 23 32 -
CMYK 0 0.83 0.77 0.46
HSL 355.26º 0.71% 0.31% -
HSV(B) 355.26º 0.83% 0.54% -
XYZ 10.88 6.04 1.96 -
YUV 58.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 137 23 32 0 0.83 0.77 0.46 355.26 0.71 0.31
Hex 89 17 20 0 53 4D 2E 163 47 1F
Octal 211 27 40 0 123 115 56 543 107 37
Binary 10001001 10111 100000 0 1010011 1001101 101110 101100011 1000111 11111

Color Harmonies of #891720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891720

Black with #891720

Text Example


Text Example

White with #891720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891720; }

 p { color: rgb(137,23,32); }

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

background-color css

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

 a { background-color: rgb(137,23,32); }

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

border-color css

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

 span { border-color: rgb(137,23,32); }

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