Html Css Color HEX #892528 Flame Red

📋 copy color: '#892528'

red 137 ◦ green 37 ◦ blue 40

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

Shades of Flame Red #892528

Tints of Flame Red #892528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 64.02%
G = 17.29%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#892528 (or 0x892528) is known color: Flame Red. HEX triplet: 89, 25 and 28. RGB value is (137,37,40). Sum of RGB (Red+Green+Blue) = 137+37+40=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #892528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892528 is #76DAD7. Grayscale: #434343. Windows color (decimal): -7789272 or 2631049. OLE color: 2631049.

HSL color Cylindrical-coordinate representation of color #892528: hue angle of 358.2º 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 #892528 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 40 -
CMYK 0 0.73 0.71 0.46
HSL 358.2º 0.57% 0.34% -
HSV(B) 358.2º 0.73% 0.54% -
XYZ 11.36 6.79 2.72 -
YUV 67.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 137 37 40 0 0.73 0.71 0.46 358.2 0.57 0.34
Hex 89 25 28 0 49 47 2E 166 39 22
Octal 211 45 50 0 111 107 56 546 71 42
Binary 10001001 100101 101000 0 1001001 1000111 101110 101100110 111001 100010

Color Harmonies of #892528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892528

Black with #892528

Text Example


Text Example

White with #892528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892528; }

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

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

background-color css

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

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

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

border-color css

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

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

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