Html Css Color HEX #891525 Flame Red

📋 copy color: '#891525'

red 137 ◦ green 21 ◦ blue 37

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

Shades of Flame Red #891525

Tints of Flame Red #891525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 70.26%
G = 10.77%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#891525 (or 0x891525) is known color: Flame Red. HEX triplet: 89, 15 and 25. RGB value is (137,21,37). Sum of RGB (Red+Green+Blue) = 137+21+37=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891525 is #76EADA. Grayscale: #393939. Windows color (decimal): -7793371 or 2430345. OLE color: 2430345.

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

Color convert

RGB 137 21 37 -
CMYK 0 0.85 0.73 0.46
HSL 351.72º 0.73% 0.31% -
HSV(B) 351.72º 0.85% 0.54% -
XYZ 10.92 5.99 2.33 -
YUV 57.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 137 21 37 0 0.85 0.73 0.46 351.72 0.73 0.31
Hex 89 15 25 0 55 49 2E 160 49 1F
Octal 211 25 45 0 125 111 56 540 111 37
Binary 10001001 10101 100101 0 1010101 1001001 101110 101100000 1001001 11111

Color Harmonies of #891525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891525

Black with #891525

Text Example


Text Example

White with #891525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891525; }

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

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

background-color css

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

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

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

border-color css

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

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

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