Html Css Color HEX #89232F Flame Red

📋 copy color: '#89232F'

red 137 ◦ green 35 ◦ blue 47

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

Shades of Flame Red #89232F

Tints of Flame Red #89232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 62.56%
G = 15.98%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89232F (or 0x89232F) is known color: Flame Red. HEX triplet: 89, 23 and 2F. RGB value is (137,35,47). Sum of RGB (Red+Green+Blue) = 137+35+47=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89232F is #76DCD0. Grayscale: #424242. Windows color (decimal): -7789777 or 3089289. OLE color: 3089289.

HSL color Cylindrical-coordinate representation of color #89232F: hue angle of 352.94º 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 #89232F is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 47 -
CMYK 0 0.74 0.66 0.46
HSL 352.94º 0.59% 0.34% -
HSV(B) 352.94º 0.74% 0.54% -
XYZ 11.43 6.73 3.39 -
YUV 66.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 137 35 47 0 0.74 0.66 0.46 352.94 0.59 0.34
Hex 89 23 2F 0 4A 42 2E 161 3B 22
Octal 211 43 57 0 112 102 56 541 73 42
Binary 10001001 100011 101111 0 1001010 1000010 101110 101100001 111011 100010

Color Harmonies of #89232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89232F

Black with #89232F

Text Example


Text Example

White with #89232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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