Html Css Color HEX #892029 Flame Red

📋 copy color: '#892029'

red 137 ◦ green 32 ◦ blue 41

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

Shades of Flame Red #892029

Tints of Flame Red #892029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 65.24%
G = 15.24%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#892029 (or 0x892029) is known color: Flame Red. HEX triplet: 89, 20 and 29. RGB value is (137,32,41). Sum of RGB (Red+Green+Blue) = 137+32+41=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #892029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892029 is #76DFD6. Grayscale: #404040. Windows color (decimal): -7790551 or 2695305. OLE color: 2695305.

HSL color Cylindrical-coordinate representation of color #892029: hue angle of 354.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892029 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 41 -
CMYK 0 0.77 0.70 0.46
HSL 354.86º 0.62% 0.33% -
HSV(B) 354.86º 0.77% 0.54% -
XYZ 11.23 6.51 2.76 -
YUV 64.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 137 32 41 0 0.77 0.70 0.46 354.86 0.62 0.33
Hex 89 20 29 0 4D 46 2E 163 3E 21
Octal 211 40 51 0 115 106 56 543 76 41
Binary 10001001 100000 101001 0 1001101 1000110 101110 101100011 111110 100001

Color Harmonies of #892029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892029

Black with #892029

Text Example


Text Example

White with #892029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892029; }

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

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

background-color css

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

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

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

border-color css

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

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

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