Html Css Color HEX #89252F Flame Red

📋 copy color: '#89252F'

red 137 ◦ green 37 ◦ blue 47

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

Shades of Flame Red #89252F

Tints of Flame Red #89252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 61.99%
G = 16.74%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89252F (or 0x89252F) is known color: Flame Red. HEX triplet: 89, 25 and 2F. RGB value is (137,37,47). Sum of RGB (Red+Green+Blue) = 137+37+47=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89252F is #76DAD0. Grayscale: #444444. Windows color (decimal): -7789265 or 3089801. OLE color: 3089801.

HSL color Cylindrical-coordinate representation of color #89252F: hue angle of 354º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89252F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 47 -
CMYK 0 0.73 0.66 0.46
HSL 354º 0.57% 0.34% -
HSV(B) 354º 0.73% 0.54% -
XYZ 11.49 6.85 3.41 -
YUV 68.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 137 37 47 0 0.73 0.66 0.46 354 0.57 0.34
Hex 89 25 2F 0 49 42 2E 162 39 22
Octal 211 45 57 0 111 102 56 542 71 42
Binary 10001001 100101 101111 0 1001001 1000010 101110 101100010 111001 100010

Color Harmonies of #89252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89252F

Black with #89252F

Text Example


Text Example

White with #89252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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