#88222A

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

Shades of Flame Red #88222A

Tints of Flame Red #88222A

Color information

#88222A (or 0x88222A) is unknown color: approx Flame Red. HEX triplet: 88, 22 and 2A. RGB value is (136,34,42). Sum of RGB (Red+Green+Blue) = 136+34+42=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88222A is #77DDD5. Grayscale: #414141. Windows color (decimal): -7855574 or 2761352. OLE color: 2761352.

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

Color convert

RGB1363442-
CMYK00.750.690.47
HSL355.29º60%33.33%-
HSV(B)355.29º75%53.33%-
XYZ11.146.552.87-
YUV65.41114.79178.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=64.15%
G=16.04%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136344200.750.690.47355.296033.33
Hex88222A04B452F1633c21
Octal21042520113105575437441
Binary10001000100010101010010010111000101101111101100011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88222A; }

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

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

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

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

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

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

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

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