#88181E

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

Shades of Flame Red #88181E

Tints of Flame Red #88181E

Color information

#88181E (or 0x88181E) is unknown color: approx Flame Red. HEX triplet: 88, 18 and 1E. RGB value is (136,24,30). Sum of RGB (Red+Green+Blue) = 136+24+30=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #88181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88181E is #77E7E1. Grayscale: #3A3A3A. Windows color (decimal): -7858146 or 1972360. OLE color: 1972360.

HSL color Cylindrical-coordinate representation of color #88181E: hue angle of 356.79º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88181E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1362430-
CMYK00.820.780.47
HSL356.79º70%31.37%-
HSV(B)356.79º82.35%53.33%-
XYZ10.715.981.82-
YUV58.17112.11183.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.58%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=71.58%
G=12.63%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136243000.820.780.47356.797031.37
Hex88181E0524E2F165461f
Octal210303601221165754510637
Binary100010001100011110010100101001110101111101100101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,24,30); }

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

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

 a { background-color: rgb(136,24,30); }

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

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

 span { border-color: rgb(136,24,30); }

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