#852225

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

Shades of Flame Red #852225

Tints of Flame Red #852225

Color information

#852225 (or 0x852225) is unknown color: approx Flame Red. HEX triplet: 85, 22 and 25. RGB value is (133,34,37). Sum of RGB (Red+Green+Blue) = 133+34+37=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852225 is #7ADDDA. Grayscale: #404040. Windows color (decimal): -8052187 or 2433669. OLE color: 2433669.

HSL color Cylindrical-coordinate representation of color #852225: hue angle of 358.18º 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 #852225 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB1333437-
CMYK00.740.720.48
HSL358.18º59.28%32.75%-
HSV(B)358.18º74.44%52.16%-
XYZ10.586.262.4-
YUV63.94112.8177.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=65.20%
G=16.67%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133343700.740.720.48358.1859.2832.75
Hex85222504A48301663b21
Octal20542450112110605467341
Binary10000101100010100101010010101001000110000101100110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852225; }

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

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

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

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

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

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

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

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