#881A29

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

Shades of Flame Red #881A29

Tints of Flame Red #881A29

Color information

#881A29 (or 0x881A29) is unknown color: approx Flame Red. HEX triplet: 88, 1A and 29. RGB value is (136,26,41). Sum of RGB (Red+Green+Blue) = 136+26+41=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A29 is #77E5D6. Grayscale: #3C3C3C. Windows color (decimal): -7857623 or 2693768. OLE color: 2693768.

HSL color Cylindrical-coordinate representation of color #881A29: hue angle of 351.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A29 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1362641-
CMYK00.810.700.47
HSL351.82º67.9%31.76%-
HSV(B)351.82º80.88%53.33%-
XYZ10.926.132.71-
YUV60.6116.94181.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=67.00%
G=12.81%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136264100.810.700.47351.8267.931.76
Hex881A29051462F1604420
Octal210325101211065754010440
Binary10001000110101010010101000110001101011111011000001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,26,41); }

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

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

 a { background-color: rgb(136,26,41); }

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

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

 span { border-color: rgb(136,26,41); }

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