Html Css Color HEX #892227 Flame Red

📋 copy color: '#892227'

red 137 ◦ green 34 ◦ blue 39

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

Shades of Flame Red #892227

Tints of Flame Red #892227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 65.24%
G = 16.19%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#892227 (or 0x892227) is known color: Flame Red. HEX triplet: 89, 22 and 27. RGB value is (137,34,39). Sum of RGB (Red+Green+Blue) = 137+34+39=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #892227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892227 is #76DDD8. Grayscale: #414141. Windows color (decimal): -7790041 or 2564745. OLE color: 2564745.

HSL color Cylindrical-coordinate representation of color #892227: hue angle of 357.09º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892227 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 39 -
CMYK 0 0.75 0.72 0.46
HSL 357.09º 0.6% 0.34% -
HSV(B) 357.09º 0.75% 0.54% -
XYZ 11.25 6.61 2.6 -
YUV 65.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 137 34 39 0 0.75 0.72 0.46 357.09 0.6 0.34
Hex 89 22 27 0 4B 48 2E 165 3C 22
Octal 211 42 47 0 113 110 56 545 74 42
Binary 10001001 100010 100111 0 1001011 1001000 101110 101100101 111100 100010

Color Harmonies of #892227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892227

Black with #892227

Text Example


Text Example

White with #892227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892227; }

 p { color: rgb(137,34,39); }

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

background-color css

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

 a { background-color: rgb(137,34,39); }

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

border-color css

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

 span { border-color: rgb(137,34,39); }

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