Html Css Color HEX #891718 Flame Red

📋 copy color: '#891718'

red 137 ◦ green 23 ◦ blue 24

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

Shades of Flame Red #891718

Tints of Flame Red #891718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 74.46%
G = 12.5%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891718 (or 0x891718) is known color: Flame Red. HEX triplet: 89, 17 and 18. RGB value is (137,23,24). Sum of RGB (Red+Green+Blue) = 137+23+24=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #891718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891718 is #76E8E7. Grayscale: #393939. Windows color (decimal): -7792872 or 1578889. OLE color: 1578889.

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

Color convert

RGB 137 23 24 -
CMYK 0 0.83 0.82 0.46
HSL 359.47º 0.71% 0.31% -
HSV(B) 359.47º 0.83% 0.54% -
XYZ 10.79 6 1.45 -
YUV 57.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 137 23 24 0 0.83 0.82 0.46 359.47 0.71 0.31
Hex 89 17 18 0 53 52 2E 167 47 1F
Octal 211 27 30 0 123 122 56 547 107 37
Binary 10001001 10111 11000 0 1010011 1010010 101110 101100111 1000111 11111

Color Harmonies of #891718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891718

Black with #891718

Text Example


Text Example

White with #891718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891718; }

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

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

background-color css

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

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

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

border-color css

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

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

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