#881522

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

Shades of Flame Red #881522

Tints of Flame Red #881522

Color information

#881522 (or 0x881522) is unknown color: approx Flame Red. HEX triplet: 88, 15 and 22. RGB value is (136,21,34). Sum of RGB (Red+Green+Blue) = 136+21+34=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881522 is #77EADD. Grayscale: #383838. Windows color (decimal): -7858910 or 2233736. OLE color: 2233736.

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

Color convert

RGB1362134-
CMYK00.850.750.47
HSL353.22º73.25%30.78%-
HSV(B)353.22º84.56%53.33%-
XYZ10.715.892.09-
YUV56.87115.1184.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=71.20%
G=10.99%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136213400.850.750.47353.2273.2530.78
Hex8815220554B2F161491f
Octal210254201251135754111137
Binary1000100010101100010010101011001011101111101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881522; }

 p { color: rgb(136,21,34); }

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

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

 a { background-color: rgb(136,21,34); }

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

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

 span { border-color: rgb(136,21,34); }

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