#881B26

Color #881B26 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #881B26

Tints of Flame Red #881B26

Color information

#881B26 (or 0x881B26) is unknown color: approx Flame Red. HEX triplet: 88, 1B and 26. RGB value is (136,27,38). Sum of RGB (Red+Green+Blue) = 136+27+38=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B26 is #77E4D9. Grayscale: #3C3C3C. Windows color (decimal): -7857370 or 2497416. OLE color: 2497416.

HSL color Cylindrical-coordinate representation of color #881B26: hue angle of 353.94º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B26 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1362738-
CMYK00.800.720.47
HSL353.94º66.87%31.96%-
HSV(B)353.94º80.15%53.33%-
XYZ10.96.162.45-
YUV60.84115.11181.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=67.66%
G=13.43%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136273800.800.720.47353.9466.8731.96
Hex881B26050482F1624320
Octal210334601201105754210340
Binary10001000110111001100101000010010001011111011000101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881B26; }

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

 H1.HeaderClassName
 {
   color: #881B26;
 }
 .AnyTagClassName
 {
   color: #881B26;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #881B26;
 }
 .BgClassName
 {
   background-color: #881B26;
 }
</style>
border-color css

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

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

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