Html Css Color HEX #89212E Flame Red

📋 copy color: '#89212E'

red 137 ◦ green 33 ◦ blue 46

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

Shades of Flame Red #89212E

Tints of Flame Red #89212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 63.43%
G = 15.28%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89212E (or 0x89212E) is known color: Flame Red. HEX triplet: 89, 21 and 2E. RGB value is (137,33,46). Sum of RGB (Red+Green+Blue) = 137+33+46=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89212E is #76DED1. Grayscale: #414141. Windows color (decimal): -7790290 or 3023241. OLE color: 3023241.

HSL color Cylindrical-coordinate representation of color #89212E: hue angle of 352.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89212E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 46 -
CMYK 0 0.76 0.66 0.46
HSL 352.5º 0.61% 0.33% -
HSV(B) 352.5º 0.76% 0.54% -
XYZ 11.35 6.6 3.26 -
YUV 65.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 137 33 46 0 0.76 0.66 0.46 352.5 0.61 0.33
Hex 89 21 2E 0 4C 42 2E 160 3D 21
Octal 211 41 56 0 114 102 56 540 75 41
Binary 10001001 100001 101110 0 1001100 1000010 101110 101100000 111101 100001

Color Harmonies of #89212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89212E

Black with #89212E

Text Example


Text Example

White with #89212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89212E; }

 p { color: rgb(137,33,46); }

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

background-color css

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

 a { background-color: rgb(137,33,46); }

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

border-color css

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

 span { border-color: rgb(137,33,46); }

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