Html Css Color HEX #881720 Flame Red

📋 copy color: '#881720'

red 136 ◦ green 23 ◦ blue 32

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

Shades of Flame Red #881720

Tints of Flame Red #881720

RGB

 RED value IS 136 (53.52% from 255) = 71.2%

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 71.2%
G = 12.04%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#881720 (or 0x881720) is known color: Flame Red. HEX triplet: 88, 17 and 20. RGB value is (136,23,32). Sum of RGB (Red+Green+Blue) = 136+23+32=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881720 is #77E8DF. Grayscale: #393939. Windows color (decimal): -7858400 or 2103176. OLE color: 2103176.

HSL color Cylindrical-coordinate representation of color #881720: hue angle of 355.22º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881720 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 32 -
CMYK 0 0.83 0.76 0.47
HSL 355.22º 0.71% 0.31% -
HSV(B) 355.22º 0.83% 0.53% -
XYZ 10.72 5.95 1.95 -
YUV 57.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 136 23 32 0 0.83 0.76 0.47 355.22 0.71 0.31
Hex 88 17 20 0 53 4C 2F 163 47 1F
Octal 210 27 40 0 123 114 57 543 107 37
Binary 10001000 10111 100000 0 1010011 1001100 101111 101100011 1000111 11111

Color Harmonies of #881720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881720

Black with #881720

Text Example


Text Example

White with #881720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881720; }

 p { color: rgb(136,23,32); }

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

background-color css

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

 a { background-color: rgb(136,23,32); }

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

border-color css

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

 span { border-color: rgb(136,23,32); }

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