#88242A

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

Shades of Flame Red #88242A

Tints of Flame Red #88242A

Color information

#88242A (or 0x88242A) is unknown color: approx Flame Red. HEX triplet: 88, 24 and 2A. RGB value is (136,36,42). Sum of RGB (Red+Green+Blue) = 136+36+42=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88242A is #77DBD5. Grayscale: #424242. Windows color (decimal): -7855062 or 2761864. OLE color: 2761864.

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

Color convert

RGB1363642-
CMYK00.740.690.47
HSL356.4º58.14%33.73%-
HSV(B)356.4º73.53%53.33%-
XYZ11.26.662.89-
YUV66.58114.13177.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 63.55%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=63.55%
G=16.82%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136364200.740.690.47356.458.1433.73
Hex88242A04A452F1643a22
Octal21044520112105575447242
Binary10001000100100101010010010101000101101111101100100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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