Html Css Color HEX #89202A Flame Red

📋 copy color: '#89202A'

red 137 ◦ green 32 ◦ blue 42

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

Shades of Flame Red #89202A

Tints of Flame Red #89202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 64.93%
G = 15.17%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89202A (or 0x89202A) is known color: Flame Red. HEX triplet: 89, 20 and 2A. RGB value is (137,32,42). Sum of RGB (Red+Green+Blue) = 137+32+42=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #89202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89202A is #76DFD5. Grayscale: #404040. Windows color (decimal): -7790550 or 2760841. OLE color: 2760841.

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

Color convert

RGB 137 32 42 -
CMYK 0 0.77 0.69 0.46
HSL 354.29º 0.62% 0.33% -
HSV(B) 354.29º 0.77% 0.54% -
XYZ 11.25 6.52 2.86 -
YUV 64.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 137 32 42 0 0.77 0.69 0.46 354.29 0.62 0.33
Hex 89 20 2A 0 4D 45 2E 162 3E 21
Octal 211 40 52 0 115 105 56 542 76 41
Binary 10001001 100000 101010 0 1001101 1000101 101110 101100010 111110 100001

Color Harmonies of #89202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89202A

Black with #89202A

Text Example


Text Example

White with #89202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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