Html Css Color HEX #892329 Flame Red

📋 copy color: '#892329'

red 137 ◦ green 35 ◦ blue 41

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

Shades of Flame Red #892329

Tints of Flame Red #892329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.25%

R = 64.32%
G = 16.43%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#892329 (or 0x892329) is known color: Flame Red. HEX triplet: 89, 23 and 29. RGB value is (137,35,41). Sum of RGB (Red+Green+Blue) = 137+35+41=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #892329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892329 is #76DCD6. Grayscale: #424242. Windows color (decimal): -7789783 or 2696073. OLE color: 2696073.

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

Color convert

RGB 137 35 41 -
CMYK 0 0.74 0.70 0.46
HSL 356.47º 0.59% 0.34% -
HSV(B) 356.47º 0.74% 0.54% -
XYZ 11.32 6.68 2.79 -
YUV 66.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 137 35 41 0 0.74 0.70 0.46 356.47 0.59 0.34
Hex 89 23 29 0 4A 46 2E 164 3B 22
Octal 211 43 51 0 112 106 56 544 73 42
Binary 10001001 100011 101001 0 1001010 1000110 101110 101100100 111011 100010

Color Harmonies of #892329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892329

Black with #892329

Text Example


Text Example

White with #892329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892329; }

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

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

background-color css

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

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

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

border-color css

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

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

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