Html Css Color HEX #841920 Flame Red

📋 copy color: '#841920'

red 132 ◦ green 25 ◦ blue 32

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

Shades of Flame Red #841920

Tints of Flame Red #841920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 69.84%
G = 13.23%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#841920 (or 0x841920) is known color: Flame Red. HEX triplet: 84, 19 and 20. RGB value is (132,25,32). Sum of RGB (Red+Green+Blue) = 132+25+32=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #841920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841920 is #7BE6DF. Grayscale: #393939. Windows color (decimal): -8120032 or 2103684. OLE color: 2103684.

HSL color Cylindrical-coordinate representation of color #841920: hue angle of 356.07º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841920 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 32 -
CMYK 0 0.81 0.76 0.48
HSL 356.07º 0.68% 0.31% -
HSV(B) 356.07º 0.81% 0.52% -
XYZ 10.12 5.71 1.93 -
YUV 57.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 132 25 32 0 0.81 0.76 0.48 356.07 0.68 0.31
Hex 84 19 20 0 51 4C 30 164 44 1F
Octal 204 31 40 0 121 114 60 544 104 37
Binary 10000100 11001 100000 0 1010001 1001100 110000 101100100 1000100 11111

Color Harmonies of #841920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841920

Black with #841920

Text Example


Text Example

White with #841920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841920; }

 p { color: rgb(132,25,32); }

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

background-color css

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

 a { background-color: rgb(132,25,32); }

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

border-color css

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

 span { border-color: rgb(132,25,32); }

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