Html Css Color HEX #892326 Flame Red

📋 copy color: '#892326'

red 137 ◦ green 35 ◦ blue 38

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

Shades of Flame Red #892326

Tints of Flame Red #892326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 65.24%
G = 16.67%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#892326 (or 0x892326) is known color: Flame Red. HEX triplet: 89, 23 and 26. RGB value is (137,35,38). Sum of RGB (Red+Green+Blue) = 137+35+38=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #892326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892326 is #76DCD9. Grayscale: #414141. Windows color (decimal): -7789786 or 2499465. OLE color: 2499465.

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

Color convert

RGB 137 35 38 -
CMYK 0 0.74 0.72 0.46
HSL 358.24º 0.59% 0.34% -
HSV(B) 358.24º 0.74% 0.54% -
XYZ 11.27 6.66 2.53 -
YUV 65.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 137 35 38 0 0.74 0.72 0.46 358.24 0.59 0.34
Hex 89 23 26 0 4A 48 2E 166 3B 22
Octal 211 43 46 0 112 110 56 546 73 42
Binary 10001001 100011 100110 0 1001010 1001000 101110 101100110 111011 100010

Color Harmonies of #892326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892326

Black with #892326

Text Example


Text Example

White with #892326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892326; }

 p { color: rgb(137,35,38); }

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

background-color css

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

 a { background-color: rgb(137,35,38); }

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

border-color css

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

 span { border-color: rgb(137,35,38); }

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