#872223

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

Shades of Flame Red #872223

Tints of Flame Red #872223

Color information

#872223 (or 0x872223) is unknown color: approx Flame Red. HEX triplet: 87, 22 and 23. RGB value is (135,34,35). Sum of RGB (Red+Green+Blue) = 135+34+35=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #872223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872223 is #78DDDC. Grayscale: #404040. Windows color (decimal): -7921117 or 2302599. OLE color: 2302599.

HSL color Cylindrical-coordinate representation of color #872223: hue angle of 359.41º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872223 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1353435-
CMYK00.750.740.47
HSL359.41º59.76%33.14%-
HSV(B)359.41º74.81%52.94%-
XYZ10.876.422.26-
YUV64.31111.46178.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.18%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=66.18%
G=16.67%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135343500.750.740.47359.4159.7633.14
Hex87222304B4A2F1673c21
Octal20742430113112575477441
Binary10000111100010100011010010111001010101111101100111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872223; }

 p { color: rgb(135,34,35); }

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

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

 a { background-color: rgb(135,34,35); }

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

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

 span { border-color: rgb(135,34,35); }

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