Html Css Color HEX #891520 Flame Red

📋 copy color: '#891520'

red 137 ◦ green 21 ◦ blue 32

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

Shades of Flame Red #891520

Tints of Flame Red #891520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 72.11%
G = 11.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891520 (or 0x891520) is known color: Flame Red. HEX triplet: 89, 15 and 20. RGB value is (137,21,32). Sum of RGB (Red+Green+Blue) = 137+21+32=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #891520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891520 is #76EADF. Grayscale: #393939. Windows color (decimal): -7793376 or 2102665. OLE color: 2102665.

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

Color convert

RGB 137 21 32 -
CMYK 0 0.85 0.77 0.46
HSL 354.31º 0.73% 0.31% -
HSV(B) 354.31º 0.85% 0.54% -
XYZ 10.85 5.96 1.95 -
YUV 56.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 137 21 32 0 0.85 0.77 0.46 354.31 0.73 0.31
Hex 89 15 20 0 55 4D 2E 162 49 1F
Octal 211 25 40 0 125 115 56 542 111 37
Binary 10001001 10101 100000 0 1010101 1001101 101110 101100010 1001001 11111

Color Harmonies of #891520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891520

Black with #891520

Text Example


Text Example

White with #891520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891520; }

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

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

background-color css

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

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

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

border-color css

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

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

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