#842223

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

Shades of Flame Red #842223

Tints of Flame Red #842223

Color information

#842223 (or 0x842223) is unknown color: approx Flame Red. HEX triplet: 84, 22 and 23. RGB value is (132,34,35). Sum of RGB (Red+Green+Blue) = 132+34+35=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #842223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842223 is #7BDDDC. Grayscale: #3F3F3F. Windows color (decimal): -8117725 or 2302596. OLE color: 2302596.

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

Color convert

RGB1323435-
CMYK00.740.730.48
HSL359.39º59.04%32.55%-
HSV(B)359.39º74.24%51.76%-
XYZ10.396.172.23-
YUV63.42111.97176.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.67%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=65.67%
G=16.92%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132343500.740.730.48359.3959.0432.55
Hex84222304A49301673b21
Octal20442430112111605477341
Binary10000100100010100011010010101001001110000101100111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842223; }

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

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

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

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

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

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

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

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