Html Css Color HEX #891524 Flame Red

📋 copy color: '#891524'

red 137 ◦ green 21 ◦ blue 36

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

Shades of Flame Red #891524

Tints of Flame Red #891524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 70.62%
G = 10.82%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#891524 (or 0x891524) is known color: Flame Red. HEX triplet: 89, 15 and 24. RGB value is (137,21,36). Sum of RGB (Red+Green+Blue) = 137+21+36=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891524 is #76EADB. Grayscale: #393939. Windows color (decimal): -7793372 or 2364809. OLE color: 2364809.

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

Color convert

RGB 137 21 36 -
CMYK 0 0.85 0.74 0.46
HSL 352.24º 0.73% 0.31% -
HSV(B) 352.24º 0.85% 0.54% -
XYZ 10.9 5.98 2.25 -
YUV 57.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 137 21 36 0 0.85 0.74 0.46 352.24 0.73 0.31
Hex 89 15 24 0 55 4A 2E 160 49 1F
Octal 211 25 44 0 125 112 56 540 111 37
Binary 10001001 10101 100100 0 1010101 1001010 101110 101100000 1001001 11111

Color Harmonies of #891524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891524

Black with #891524

Text Example


Text Example

White with #891524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891524; }

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

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

background-color css

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

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

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

border-color css

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

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

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