Html Css Color HEX #89151C Flame Red

📋 copy color: '#89151C'

red 137 ◦ green 21 ◦ blue 28

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

Shades of Flame Red #89151C

Tints of Flame Red #89151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 73.66%
G = 11.29%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89151C (or 0x89151C) is known color: Flame Red. HEX triplet: 89, 15 and 1C. RGB value is (137,21,28). Sum of RGB (Red+Green+Blue) = 137+21+28=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89151C is #76EAE3. Grayscale: #383838. Windows color (decimal): -7793380 or 1840521. OLE color: 1840521.

HSL color Cylindrical-coordinate representation of color #89151C: hue angle of 356.38º 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 #89151C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 28 -
CMYK 0 0.85 0.80 0.46
HSL 356.38º 0.73% 0.31% -
HSV(B) 356.38º 0.85% 0.54% -
XYZ 10.79 5.94 1.68 -
YUV 56.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 137 21 28 0 0.85 0.80 0.46 356.38 0.73 0.31
Hex 89 15 1C 0 55 50 2E 164 49 1F
Octal 211 25 34 0 125 120 56 544 111 37
Binary 10001001 10101 11100 0 1010101 1010000 101110 101100100 1001001 11111

Color Harmonies of #89151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89151C

Black with #89151C

Text Example


Text Example

White with #89151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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