Html Css Color HEX #891920 Flame Red

📋 copy color: '#891920'

red 137 ◦ green 25 ◦ blue 32

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

Shades of Flame Red #891920

Tints of Flame Red #891920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 70.62%
G = 12.89%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#891920 (or 0x891920) is known color: Flame Red. HEX triplet: 89, 19 and 20. RGB value is (137,25,32). Sum of RGB (Red+Green+Blue) = 137+25+32=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891920 is #76E6DF. Grayscale: #3B3B3B. Windows color (decimal): -7792352 or 2103689. OLE color: 2103689.

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

Color convert

RGB 137 25 32 -
CMYK 0 0.82 0.77 0.46
HSL 356.25º 0.69% 0.32% -
HSV(B) 356.25º 0.82% 0.54% -
XYZ 10.92 6.12 1.97 -
YUV 59.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 137 25 32 0 0.82 0.77 0.46 356.25 0.69 0.32
Hex 89 19 20 0 52 4D 2E 164 45 20
Octal 211 31 40 0 122 115 56 544 105 40
Binary 10001001 11001 100000 0 1010010 1001101 101110 101100100 1000101 100000

Color Harmonies of #891920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891920

Black with #891920

Text Example


Text Example

White with #891920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891920; }

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

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

background-color css

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

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

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

border-color css

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

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

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