Html Css Color HEX #891423 Flame Red

📋 copy color: '#891423'

red 137 ◦ green 20 ◦ blue 35

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

Shades of Flame Red #891423

Tints of Flame Red #891423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 35 (14.06% from 255) = 18.23%

R = 71.35%
G = 10.42%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#891423 (or 0x891423) is known color: Flame Red. HEX triplet: 89, 14 and 23. RGB value is (137,20,35). Sum of RGB (Red+Green+Blue) = 137+20+35=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891423 is #76EBDC. Grayscale: #383838. Windows color (decimal): -7793629 or 2299017. OLE color: 2299017.

HSL color Cylindrical-coordinate representation of color #891423: hue angle of 352.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891423 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 35 -
CMYK 0 0.85 0.74 0.46
HSL 352.31º 0.75% 0.31% -
HSV(B) 352.31º 0.85% 0.54% -
XYZ 10.87 5.94 2.16 -
YUV 56.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 137 20 35 0 0.85 0.74 0.46 352.31 0.75 0.31
Hex 89 14 23 0 55 4A 2E 160 4B 1F
Octal 211 24 43 0 125 112 56 540 113 37
Binary 10001001 10100 100011 0 1010101 1001010 101110 101100000 1001011 11111

Color Harmonies of #891423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891423

Black with #891423

Text Example


Text Example

White with #891423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891423; }

 p { color: rgb(137,20,35); }

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

background-color css

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

 a { background-color: rgb(137,20,35); }

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

border-color css

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

 span { border-color: rgb(137,20,35); }

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