Html Css Color HEX #892127 Flame Red

📋 copy color: '#892127'

red 137 ◦ green 33 ◦ blue 39

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

Shades of Flame Red #892127

Tints of Flame Red #892127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 65.55%
G = 15.79%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#892127 (or 0x892127) is known color: Flame Red. HEX triplet: 89, 21 and 27. RGB value is (137,33,39). Sum of RGB (Red+Green+Blue) = 137+33+39=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #892127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892127 is #76DED8. Grayscale: #404040. Windows color (decimal): -7790297 or 2564489. OLE color: 2564489.

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

Color convert

RGB 137 33 39 -
CMYK 0 0.76 0.72 0.46
HSL 356.54º 0.61% 0.33% -
HSV(B) 356.54º 0.76% 0.54% -
XYZ 11.23 6.55 2.59 -
YUV 64.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 137 33 39 0 0.76 0.72 0.46 356.54 0.61 0.33
Hex 89 21 27 0 4C 48 2E 165 3D 21
Octal 211 41 47 0 114 110 56 545 75 41
Binary 10001001 100001 100111 0 1001100 1001000 101110 101100101 111101 100001

Color Harmonies of #892127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892127

Black with #892127

Text Example


Text Example

White with #892127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892127; }

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

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

background-color css

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

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

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

border-color css

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

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

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