#88181A

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

Shades of Flame Red #88181A

Tints of Flame Red #88181A

Color information

#88181A (or 0x88181A) is unknown color: approx Flame Red. HEX triplet: 88, 18 and 1A. RGB value is (136,24,26). Sum of RGB (Red+Green+Blue) = 136+24+26=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88181A is #77E7E5. Grayscale: #393939. Windows color (decimal): -7858150 or 1710216. OLE color: 1710216.

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

Color convert

RGB1362426-
CMYK00.820.810.47
HSL358.93º70%31.37%-
HSV(B)358.93º82.35%53.33%-
XYZ10.675.961.57-
YUV57.72110.11183.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.12%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=73.12%
G=12.90%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136242600.820.810.47358.937031.37
Hex88181A052512F167461f
Octal210303201221215754710637
Binary100010001100011010010100101010001101111101100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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