#881A24

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

Shades of Flame Red #881A24

Tints of Flame Red #881A24

Color information

#881A24 (or 0x881A24) is unknown color: approx Flame Red. HEX triplet: 88, 1A and 24. RGB value is (136,26,36). Sum of RGB (Red+Green+Blue) = 136+26+36=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #881A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A24 is #77E5DB. Grayscale: #3C3C3C. Windows color (decimal): -7857628 or 2366088. OLE color: 2366088.

HSL color Cylindrical-coordinate representation of color #881A24: hue angle of 354.55º 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 #881A24 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1362636-
CMYK00.810.740.47
HSL354.55º67.9%31.76%-
HSV(B)354.55º80.88%53.33%-
XYZ10.846.12.28-
YUV60.03114.44182.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.69%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=68.69%
G=13.13%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136263600.810.740.47354.5567.931.76
Hex881A240514A2F1634420
Octal210324401211125754310440
Binary10001000110101001000101000110010101011111011000111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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