Html Css Color HEX #891C29 Flame Red

📋 copy color: '#891C29'

red 137 ◦ green 28 ◦ blue 41

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

Shades of Flame Red #891C29

Tints of Flame Red #891C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.59%

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

R = 66.5%
G = 13.59%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#891C29 (or 0x891C29) is known color: Flame Red. HEX triplet: 89, 1C and 29. RGB value is (137,28,41). Sum of RGB (Red+Green+Blue) = 137+28+41=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #891C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C29 is #76E3D6. Grayscale: #3E3E3E. Windows color (decimal): -7791575 or 2694281. OLE color: 2694281.

HSL color Cylindrical-coordinate representation of color #891C29: hue angle of 352.84º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C29 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 41 -
CMYK 0 0.80 0.70 0.46
HSL 352.84º 0.66% 0.32% -
HSV(B) 352.84º 0.8% 0.54% -
XYZ 11.13 6.31 2.73 -
YUV 62.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 137 28 41 0 0.80 0.70 0.46 352.84 0.66 0.32
Hex 89 1C 29 0 50 46 2E 161 42 20
Octal 211 34 51 0 120 106 56 541 102 40
Binary 10001001 11100 101001 0 1010000 1000110 101110 101100001 1000010 100000

Color Harmonies of #891C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C29

Black with #891C29

Text Example


Text Example

White with #891C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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