#88212E

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

Shades of Flame Red #88212E

Tints of Flame Red #88212E

Color information

#88212E (or 0x88212E) is unknown color: approx Flame Red. HEX triplet: 88, 21 and 2E. RGB value is (136,33,46). Sum of RGB (Red+Green+Blue) = 136+33+46=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88212E is #77DED1. Grayscale: #414141. Windows color (decimal): -7855826 or 3023240. OLE color: 3023240.

HSL color Cylindrical-coordinate representation of color #88212E: hue angle of 352.43º 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 #88212E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1363346-
CMYK00.760.660.47
HSL352.43º60.95%33.14%-
HSV(B)352.43º75.74%53.33%-
XYZ11.196.523.25-
YUV65.28117.12178.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.26%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=63.26%
G=15.35%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136334600.760.660.47352.4360.9533.14
Hex88212E04C422F1603d21
Octal21041560114102575407541
Binary10001000100001101110010011001000010101111101100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88212E; }

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

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

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

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

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

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

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

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