#88141F

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

Shades of Flame Red #88141F

Tints of Flame Red #88141F

Color information

#88141F (or 0x88141F) is unknown color: approx Flame Red. HEX triplet: 88, 14 and 1F. RGB value is (136,20,31). Sum of RGB (Red+Green+Blue) = 136+20+31=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88141F is #77EBE0. Grayscale: #383838. Windows color (decimal): -7859169 or 2036872. OLE color: 2036872.

HSL color Cylindrical-coordinate representation of color #88141F: hue angle of 354.31º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1362031-
CMYK00.850.770.47
HSL354.31º74.36%30.59%-
HSV(B)354.31º85.29%53.33%-
XYZ10.655.831.86-
YUV55.94113.93185.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=72.73%
G=10.70%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136203100.850.770.47354.3174.3630.59
Hex88141F0554D2F1624a1f
Octal210243701251155754211237
Binary100010001010011111010101011001101101111101100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88141F; }

 p { color: rgb(136,20,31); }

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

<style>
 a { background-color: #88141F; }

 a { background-color: rgb(136,20,31); }

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

<style>
 span { border-color: #88141F; }

 span { border-color: rgb(136,20,31); }

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