#85181E

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

Shades of Flame Red #85181E

Tints of Flame Red #85181E

Color information

#85181E (or 0x85181E) is unknown color: approx Flame Red. HEX triplet: 85, 18 and 1E. RGB value is (133,24,30). Sum of RGB (Red+Green+Blue) = 133+24+30=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85181E is #7AE7E1. Grayscale: #393939. Windows color (decimal): -8054754 or 1972357. OLE color: 1972357.

HSL color Cylindrical-coordinate representation of color #85181E: hue angle of 356.7º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85181E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1332430-
CMYK00.820.770.48
HSL356.7º69.43%30.78%-
HSV(B)356.7º81.95%52.16%-
XYZ10.235.731.8-
YUV57.28112.61182.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=71.12%
G=12.83%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133243000.820.770.48356.769.4330.78
Hex85181E0524D30165451f
Octal205303601221156054510537
Binary100001011100011110010100101001101110000101100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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