Html Css Color HEX #89232A Flame Red

📋 copy color: '#89232A'

red 137 ◦ green 35 ◦ blue 42

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

Shades of Flame Red #89232A

Tints of Flame Red #89232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 64.02%
G = 16.36%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89232A (or 0x89232A) is known color: Flame Red. HEX triplet: 89, 23 and 2A. RGB value is (137,35,42). Sum of RGB (Red+Green+Blue) = 137+35+42=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89232A is #76DCD5. Grayscale: #424242. Windows color (decimal): -7789782 or 2761609. OLE color: 2761609.

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

Color convert

RGB 137 35 42 -
CMYK 0 0.74 0.69 0.46
HSL 355.88º 0.59% 0.34% -
HSV(B) 355.88º 0.74% 0.54% -
XYZ 11.34 6.69 2.88 -
YUV 66.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 137 35 42 0 0.74 0.69 0.46 355.88 0.59 0.34
Hex 89 23 2A 0 4A 45 2E 164 3B 22
Octal 211 43 52 0 112 105 56 544 73 42
Binary 10001001 100011 101010 0 1001010 1000101 101110 101100100 111011 100010

Color Harmonies of #89232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89232A

Black with #89232A

Text Example


Text Example

White with #89232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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