Html Css Color HEX #841F29 Flame Red

📋 copy color: '#841F29'

red 132 ◦ green 31 ◦ blue 41

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

Shades of Flame Red #841F29

Tints of Flame Red #841F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.1%

R = 64.71%
G = 15.2%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#841F29 (or 0x841F29) is known color: Flame Red. HEX triplet: 84, 1F and 29. RGB value is (132,31,41). Sum of RGB (Red+Green+Blue) = 132+31+41=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #841F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F29 is #7BE0D6. Grayscale: #3E3E3E. Windows color (decimal): -8118487 or 2695044. OLE color: 2695044.

HSL color Cylindrical-coordinate representation of color #841F29: hue angle of 354.06º 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 #841F29 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 41 -
CMYK 0 0.77 0.69 0.48
HSL 354.06º 0.62% 0.32% -
HSV(B) 354.06º 0.77% 0.52% -
XYZ 10.41 6.05 2.72 -
YUV 62.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 132 31 41 0 0.77 0.69 0.48 354.06 0.62 0.32
Hex 84 1F 29 0 4D 45 30 162 3E 20
Octal 204 37 51 0 115 105 60 542 76 40
Binary 10000100 11111 101001 0 1001101 1000101 110000 101100010 111110 100000

Color Harmonies of #841F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F29

Black with #841F29

Text Example


Text Example

White with #841F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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