Html Css Color HEX #842229 Flame Red

📋 copy color: '#842229'

red 132 ◦ green 34 ◦ blue 41

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

Shades of Flame Red #842229

Tints of Flame Red #842229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 63.77%
G = 16.43%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#842229 (or 0x842229) is known color: Flame Red. HEX triplet: 84, 22 and 29. RGB value is (132,34,41). Sum of RGB (Red+Green+Blue) = 132+34+41=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #842229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842229 is #7BDDD6. Grayscale: #404040. Windows color (decimal): -8117719 or 2695812. OLE color: 2695812.

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

Color convert

RGB 132 34 41 -
CMYK 0 0.74 0.69 0.48
HSL 355.71º 0.59% 0.33% -
HSV(B) 355.71º 0.74% 0.52% -
XYZ 10.49 6.21 2.74 -
YUV 64.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 132 34 41 0 0.74 0.69 0.48 355.71 0.59 0.33
Hex 84 22 29 0 4A 45 30 164 3B 21
Octal 204 42 51 0 112 105 60 544 73 41
Binary 10000100 100010 101001 0 1001010 1000101 110000 101100100 111011 100001

Color Harmonies of #842229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842229

Black with #842229

Text Example


Text Example

White with #842229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842229; }

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

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

background-color css

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

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

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

border-color css

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

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

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