Html Css Color HEX #842224 Flame Red

📋 copy color: '#842224'

red 132 ◦ green 34 ◦ blue 36

#842224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #842224

Tints of Flame Red #842224

RGB

 RED value IS 132 (51.95% from 255) = 65.35%

 GREEN value IS 34 (13.67% from 255) = 16.83%

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 65.35%
G = 16.83%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#842224 (or 0x842224) is known color: Flame Red. HEX triplet: 84, 22 and 24. RGB value is (132,34,36). Sum of RGB (Red+Green+Blue) = 132+34+36=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #842224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842224 is #7BDDDB. Grayscale: #3F3F3F. Windows color (decimal): -8117724 or 2368132. OLE color: 2368132.

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

Color convert

RGB 132 34 36 -
CMYK 0 0.74 0.73 0.48
HSL 358.78º 0.59% 0.33% -
HSV(B) 358.78º 0.74% 0.52% -
XYZ 10.41 6.18 2.31 -
YUV 63.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 132 34 36 0 0.74 0.73 0.48 358.78 0.59 0.33
Hex 84 22 24 0 4A 49 30 167 3B 21
Octal 204 42 44 0 112 111 60 547 73 41
Binary 10000100 100010 100100 0 1001010 1001001 110000 101100111 111011 100001

Color Harmonies of #842224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842224

Black with #842224

Text Example


Text Example

White with #842224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842224; }

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

 H1.HeaderClassName
 {
   color: #842224;
 }
 .AnyTagClassName
 {
   color: #842224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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