#88212A

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

Shades of Flame Red #88212A

Tints of Flame Red #88212A

Color information

#88212A (or 0x88212A) is unknown color: approx Flame Red. HEX triplet: 88, 21 and 2A. RGB value is (136,33,42). Sum of RGB (Red+Green+Blue) = 136+33+42=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #88212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88212A is #77DED5. Grayscale: #404040. Windows color (decimal): -7855830 or 2761096. OLE color: 2761096.

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

Color convert

RGB1363342-
CMYK00.760.690.47
HSL354.76º60.95%33.14%-
HSV(B)354.76º75.74%53.33%-
XYZ11.126.492.86-
YUV64.82115.12178.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=64.45%
G=15.64%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136334200.760.690.47354.7660.9533.14
Hex88212A04C452F1633d21
Octal21041520114105575437541
Binary10001000100001101010010011001000101101111101100011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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