#85222D

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

Shades of Flame Red #85222D

Tints of Flame Red #85222D

Color information

#85222D (or 0x85222D) is unknown color: approx Flame Red. HEX triplet: 85, 22 and 2D. RGB value is (133,34,45). Sum of RGB (Red+Green+Blue) = 133+34+45=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85222D is #7ADDD2. Grayscale: #404040. Windows color (decimal): -8052179 or 2957957. OLE color: 2957957.

HSL color Cylindrical-coordinate representation of color #85222D: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85222D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1333445-
CMYK00.740.660.48
HSL353.33º59.28%32.75%-
HSV(B)353.33º74.44%52.16%-
XYZ10.726.323.14-
YUV64.85116.8176.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=62.74%
G=16.04%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133344500.740.660.48353.3359.2832.75
Hex85222D04A42301613b21
Octal20542550112102605417341
Binary10000101100010101101010010101000010110000101100001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85222D; }

 p { color: rgb(133,34,45); }

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

<style>
 a { background-color: #85222D; }

 a { background-color: rgb(133,34,45); }

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

<style>
 span { border-color: #85222D; }

 span { border-color: rgb(133,34,45); }

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