#882122

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

Shades of Flame Red #882122

Tints of Flame Red #882122

Color information

#882122 (or 0x882122) is unknown color: approx Flame Red. HEX triplet: 88, 21 and 22. RGB value is (136,33,34). Sum of RGB (Red+Green+Blue) = 136+33+34=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882122 is #77DEDD. Grayscale: #404040. Windows color (decimal): -7855838 or 2236808. OLE color: 2236808.

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

Color convert

RGB1363334-
CMYK00.760.750.47
HSL359.42º60.95%33.14%-
HSV(B)359.42º75.74%53.33%-
XYZ10.996.442.18-
YUV63.91111.12179.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=67.00%
G=16.26%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136333400.760.750.47359.4260.9533.14
Hex88212204C4B2F1673d21
Octal21041420114113575477541
Binary10001000100001100010010011001001011101111101100111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882122; }

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

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

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

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

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

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

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

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