Html Css Color HEX #891820 Flame Red

📋 copy color: '#891820'

red 137 ◦ green 24 ◦ blue 32

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

Shades of Flame Red #891820

Tints of Flame Red #891820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 70.98%
G = 12.44%
B = 16.58%

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

#891820 (or 0x891820) is known color: Flame Red. HEX triplet: 89, 18 and 20. RGB value is (137,24,32). Sum of RGB (Red+Green+Blue) = 137+24+32=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #891820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891820 is #76E7DF. Grayscale: #3A3A3A. Windows color (decimal): -7792608 or 2103433. OLE color: 2103433.

HSL color Cylindrical-coordinate representation of color #891820: hue angle of 355.75º degrees, saturation: 0.7, 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 #891820 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 32 -
CMYK 0 0.82 0.77 0.46
HSL 355.75º 0.7% 0.32% -
HSV(B) 355.75º 0.82% 0.54% -
XYZ 10.9 6.08 1.96 -
YUV 58.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 137 24 32 0 0.82 0.77 0.46 355.75 0.7 0.32
Hex 89 18 20 0 52 4D 2E 164 46 20
Octal 211 30 40 0 122 115 56 544 106 40
Binary 10001001 11000 100000 0 1010010 1001101 101110 101100100 1000110 100000

Color Harmonies of #891820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891820

Black with #891820

Text Example


Text Example

White with #891820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891820; }

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

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

background-color css

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

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

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

border-color css

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

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

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