Html Css Color HEX #89181D Flame Red

📋 copy color: '#89181D'

red 137 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #89181D

Tints of Flame Red #89181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 72.11%
G = 12.63%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89181D (or 0x89181D) is known color: Flame Red. HEX triplet: 89, 18 and 1D. RGB value is (137,24,29). Sum of RGB (Red+Green+Blue) = 137+24+29=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #89181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89181D is #76E7E2. Grayscale: #3A3A3A. Windows color (decimal): -7792611 or 1906825. OLE color: 1906825.

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

Color convert

RGB 137 24 29 -
CMYK 0 0.82 0.79 0.46
HSL 357.35º 0.7% 0.32% -
HSV(B) 357.35º 0.82% 0.54% -
XYZ 10.86 6.06 1.76 -
YUV 58.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 137 24 29 0 0.82 0.79 0.46 357.35 0.7 0.32
Hex 89 18 1D 0 52 4F 2E 165 46 20
Octal 211 30 35 0 122 117 56 545 106 40
Binary 10001001 11000 11101 0 1010010 1001111 101110 101100101 1000110 100000

Color Harmonies of #89181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89181D

Black with #89181D

Text Example


Text Example

White with #89181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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