Html Css Color HEX #891925 Flame Red

📋 copy color: '#891925'

red 137 ◦ green 25 ◦ blue 37

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

Shades of Flame Red #891925

Tints of Flame Red #891925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 68.84%
G = 12.56%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#891925 (or 0x891925) is known color: Flame Red. HEX triplet: 89, 19 and 25. RGB value is (137,25,37). Sum of RGB (Red+Green+Blue) = 137+25+37=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #891925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891925 is #76E6DA. Grayscale: #3B3B3B. Windows color (decimal): -7792347 or 2431369. OLE color: 2431369.

HSL color Cylindrical-coordinate representation of color #891925: hue angle of 353.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891925 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 37 -
CMYK 0 0.82 0.73 0.46
HSL 353.57º 0.69% 0.32% -
HSV(B) 353.57º 0.82% 0.54% -
XYZ 11 6.15 2.36 -
YUV 59.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 137 25 37 0 0.82 0.73 0.46 353.57 0.69 0.32
Hex 89 19 25 0 52 49 2E 162 45 20
Octal 211 31 45 0 122 111 56 542 105 40
Binary 10001001 11001 100101 0 1010010 1001001 101110 101100010 1000101 100000

Color Harmonies of #891925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891925

Black with #891925

Text Example


Text Example

White with #891925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891925; }

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

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

background-color css

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

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

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

border-color css

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

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

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