#85252B

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

Shades of Flame Red #85252B

Tints of Flame Red #85252B

Color information

#85252B (or 0x85252B) is unknown color: approx Flame Red. HEX triplet: 85, 25 and 2B. RGB value is (133,37,43). Sum of RGB (Red+Green+Blue) = 133+37+43=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85252B is #7ADAD4. Grayscale: #424242. Windows color (decimal): -8051413 or 2827653. OLE color: 2827653.

HSL color Cylindrical-coordinate representation of color #85252B: hue angle of 356.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85252B is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1333743-
CMYK00.720.680.48
HSL356.25º56.47%33.33%-
HSV(B)356.25º72.18%52.16%-
XYZ10.776.482.97-
YUV66.39114.8175.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=62.44%
G=17.37%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133374300.720.680.48356.2556.4733.33
Hex85252B04844301643821
Octal20545530110104605447041
Binary10000101100101101011010010001000100110000101100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85252B; }

 p { color: rgb(133,37,43); }

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

<style>
 a { background-color: #85252B; }

 a { background-color: rgb(133,37,43); }

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

<style>
 span { border-color: #85252B; }

 span { border-color: rgb(133,37,43); }

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