Html Css Color HEX #892B2D Flame Red

📋 copy color: '#892B2D'

red 137 ◦ green 43 ◦ blue 45

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

Shades of Flame Red #892B2D

Tints of Flame Red #892B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 45 (17.97% from 255) = 20%

R = 60.89%
G = 19.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#892B2D (or 0x892B2D) is known color: Flame Red. HEX triplet: 89, 2B and 2D. RGB value is (137,43,45). Sum of RGB (Red+Green+Blue) = 137+43+45=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #892B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B2D is #76D4D2. Grayscale: #474747. Windows color (decimal): -7787731 or 2960265. OLE color: 2960265.

HSL color Cylindrical-coordinate representation of color #892B2D: hue angle of 358.72º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 43 45 -
CMYK 0 0.69 0.67 0.46
HSL 358.72º 0.52% 0.35% -
HSV(B) 358.72º 0.69% 0.54% -
XYZ 11.65 7.24 3.26 -
YUV 71.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 137 43 45 0 0.69 0.67 0.46 358.72 0.52 0.35
Hex 89 2B 2D 0 45 43 2E 167 34 23
Octal 211 53 55 0 105 103 56 547 64 43
Binary 10001001 101011 101101 0 1000101 1000011 101110 101100111 110100 100011

Color Harmonies of #892B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892B2D

Black with #892B2D

Text Example


Text Example

White with #892B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892B2D; }

 p { color: rgb(137,43,45); }

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

background-color css

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

 a { background-color: rgb(137,43,45); }

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

border-color css

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

 span { border-color: rgb(137,43,45); }

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