Html Css Color HEX #842227 Flame Red

📋 copy color: '#842227'

red 132 ◦ green 34 ◦ blue 39

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

Shades of Flame Red #842227

Tints of Flame Red #842227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 64.39%
G = 16.59%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#842227 (or 0x842227) is known color: Flame Red. HEX triplet: 84, 22 and 27. RGB value is (132,34,39). Sum of RGB (Red+Green+Blue) = 132+34+39=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842227 is #7BDDD8. Grayscale: #3F3F3F. Windows color (decimal): -8117721 or 2564740. OLE color: 2564740.

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

Color convert

RGB 132 34 39 -
CMYK 0 0.74 0.70 0.48
HSL 356.94º 0.59% 0.33% -
HSV(B) 356.94º 0.74% 0.52% -
XYZ 10.45 6.2 2.56 -
YUV 63.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 132 34 39 0 0.74 0.70 0.48 356.94 0.59 0.33
Hex 84 22 27 0 4A 46 30 165 3B 21
Octal 204 42 47 0 112 106 60 545 73 41
Binary 10000100 100010 100111 0 1001010 1000110 110000 101100101 111011 100001

Color Harmonies of #842227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842227

Black with #842227

Text Example


Text Example

White with #842227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842227; }

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

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

background-color css

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

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

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

border-color css

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

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

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