Html Css Color HEX #842124 Flame Red

📋 copy color: '#842124'

red 132 ◦ green 33 ◦ blue 36

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

Shades of Flame Red #842124

Tints of Flame Red #842124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 65.67%
G = 16.42%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#842124 (or 0x842124) is known color: Flame Red. HEX triplet: 84, 21 and 24. RGB value is (132,33,36). Sum of RGB (Red+Green+Blue) = 132+33+36=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #842124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842124 is #7BDEDB. Grayscale: #3F3F3F. Windows color (decimal): -8117980 or 2367876. OLE color: 2367876.

HSL color Cylindrical-coordinate representation of color #842124: hue angle of 358.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842124 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 36 -
CMYK 0 0.75 0.73 0.48
HSL 358.18º 0.6% 0.32% -
HSV(B) 358.18º 0.75% 0.52% -
XYZ 10.38 6.12 2.3 -
YUV 62.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 132 33 36 0 0.75 0.73 0.48 358.18 0.6 0.32
Hex 84 21 24 0 4B 49 30 166 3C 20
Octal 204 41 44 0 113 111 60 546 74 40
Binary 10000100 100001 100100 0 1001011 1001001 110000 101100110 111100 100000

Color Harmonies of #842124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842124

Black with #842124

Text Example


Text Example

White with #842124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842124; }

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

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

background-color css

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

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

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

border-color css

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

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

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