Html Css Color HEX #881726 Flame Red

📋 copy color: '#881726'

red 136 ◦ green 23 ◦ blue 38

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

Shades of Flame Red #881726

Tints of Flame Red #881726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 69.04%
G = 11.68%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#881726 (or 0x881726) is known color: Flame Red. HEX triplet: 88, 17 and 26. RGB value is (136,23,38). Sum of RGB (Red+Green+Blue) = 136+23+38=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881726 is #77E8D9. Grayscale: #3A3A3A. Windows color (decimal): -7858394 or 2496392. OLE color: 2496392.

HSL color Cylindrical-coordinate representation of color #881726: hue angle of 352.04º 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 #881726 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 23 38 -
CMYK 0 0.83 0.72 0.47
HSL 352.04º 0.71% 0.31% -
HSV(B) 352.04º 0.83% 0.53% -
XYZ 10.81 5.99 2.42 -
YUV 58.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 136 23 38 0 0.83 0.72 0.47 352.04 0.71 0.31
Hex 88 17 26 0 53 48 2F 160 47 1F
Octal 210 27 46 0 123 110 57 540 107 37
Binary 10001000 10111 100110 0 1010011 1001000 101111 101100000 1000111 11111

Color Harmonies of #881726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881726

Black with #881726

Text Example


Text Example

White with #881726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881726; }

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

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

background-color css

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

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

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

border-color css

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

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

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