Html Css Color HEX #891828 Flame Red

📋 copy color: '#891828'

red 137 ◦ green 24 ◦ blue 40

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

Shades of Flame Red #891828

Tints of Flame Red #891828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 68.16%
G = 11.94%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#891828 (or 0x891828) is known color: Flame Red. HEX triplet: 89, 18 and 28. RGB value is (137,24,40). Sum of RGB (Red+Green+Blue) = 137+24+40=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #891828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891828 is #76E7D7. Grayscale: #3B3B3B. Windows color (decimal): -7792600 or 2627721. OLE color: 2627721.

HSL color Cylindrical-coordinate representation of color #891828: hue angle of 351.5º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891828 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 40 -
CMYK 0 0.82 0.71 0.46
HSL 351.5º 0.7% 0.32% -
HSV(B) 351.5º 0.82% 0.54% -
XYZ 11.03 6.12 2.61 -
YUV 59.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 137 24 40 0 0.82 0.71 0.46 351.5 0.7 0.32
Hex 89 18 28 0 52 47 2E 160 46 20
Octal 211 30 50 0 122 107 56 540 106 40
Binary 10001001 11000 101000 0 1010010 1000111 101110 101100000 1000110 100000

Color Harmonies of #891828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891828

Black with #891828

Text Example


Text Example

White with #891828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891828; }

 p { color: rgb(137,24,40); }

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

background-color css

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

 a { background-color: rgb(137,24,40); }

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

border-color css

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

 span { border-color: rgb(137,24,40); }

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