Html Css Color HEX #841F22 Flame Red

📋 copy color: '#841F22'

red 132 ◦ green 31 ◦ blue 34

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

Shades of Flame Red #841F22

Tints of Flame Red #841F22

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 67.01%
G = 15.74%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#841F22 (or 0x841F22) is known color: Flame Red. HEX triplet: 84, 1F and 22. RGB value is (132,31,34). Sum of RGB (Red+Green+Blue) = 132+31+34=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F22 is #7BE0DD. Grayscale: #3D3D3D. Windows color (decimal): -8118494 or 2236292. OLE color: 2236292.

HSL color Cylindrical-coordinate representation of color #841F22: hue angle of 358.22º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F22 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 34 -
CMYK 0 0.77 0.74 0.48
HSL 358.22º 0.62% 0.32% -
HSV(B) 358.22º 0.77% 0.52% -
XYZ 10.29 6 2.13 -
YUV 61.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 132 31 34 0 0.77 0.74 0.48 358.22 0.62 0.32
Hex 84 1F 22 0 4D 4A 30 166 3E 20
Octal 204 37 42 0 115 112 60 546 76 40
Binary 10000100 11111 100010 0 1001101 1001010 110000 101100110 111110 100000

Color Harmonies of #841F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F22

Black with #841F22

Text Example


Text Example

White with #841F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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