Html Css Color HEX #842226 Flame Red

📋 copy color: '#842226'

red 132 ◦ green 34 ◦ blue 38

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

Shades of Flame Red #842226

Tints of Flame Red #842226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 64.71%
G = 16.67%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#842226 (or 0x842226) is known color: Flame Red. HEX triplet: 84, 22 and 26. RGB value is (132,34,38). Sum of RGB (Red+Green+Blue) = 132+34+38=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842226 is #7BDDD9. Grayscale: #3F3F3F. Windows color (decimal): -8117722 or 2499204. OLE color: 2499204.

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

Color convert

RGB 132 34 38 -
CMYK 0 0.74 0.71 0.48
HSL 357.55º 0.59% 0.33% -
HSV(B) 357.55º 0.74% 0.52% -
XYZ 10.44 6.19 2.48 -
YUV 63.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 132 34 38 0 0.74 0.71 0.48 357.55 0.59 0.33
Hex 84 22 26 0 4A 47 30 166 3B 21
Octal 204 42 46 0 112 107 60 546 73 41
Binary 10000100 100010 100110 0 1001010 1000111 110000 101100110 111011 100001

Color Harmonies of #842226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842226

Black with #842226

Text Example


Text Example

White with #842226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842226; }

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

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

background-color css

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

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

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

border-color css

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

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

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