Html Css Color HEX #891C28 Flame Red

📋 copy color: '#891C28'

red 137 ◦ green 28 ◦ blue 40

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

Shades of Flame Red #891C28

Tints of Flame Red #891C28

RGB

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

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

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

R = 66.83%
G = 13.66%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#891C28 (or 0x891C28) is known color: Flame Red. HEX triplet: 89, 1C and 28. RGB value is (137,28,40). Sum of RGB (Red+Green+Blue) = 137+28+40=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #891C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C28 is #76E3D7. Grayscale: #3E3E3E. Windows color (decimal): -7791576 or 2628745. OLE color: 2628745.

HSL color Cylindrical-coordinate representation of color #891C28: hue angle of 353.39º 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 #891C28 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 40 -
CMYK 0 0.80 0.71 0.46
HSL 353.39º 0.66% 0.32% -
HSV(B) 353.39º 0.8% 0.54% -
XYZ 11.11 6.3 2.64 -
YUV 61.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 137 28 40 0 0.80 0.71 0.46 353.39 0.66 0.32
Hex 89 1C 28 0 50 47 2E 161 42 20
Octal 211 34 50 0 120 107 56 541 102 40
Binary 10001001 11100 101000 0 1010000 1000111 101110 101100001 1000010 100000

Color Harmonies of #891C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C28

Black with #891C28

Text Example


Text Example

White with #891C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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