Html Css Color HEX #84171F Flame Red

📋 copy color: '#84171F'

red 132 ◦ green 23 ◦ blue 31

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

Shades of Flame Red #84171F

Tints of Flame Red #84171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 70.97%
G = 12.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84171F (or 0x84171F) is known color: Flame Red. HEX triplet: 84, 17 and 1F. RGB value is (132,23,31). Sum of RGB (Red+Green+Blue) = 132+23+31=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #84171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84171F is #7BE8E0. Grayscale: #383838. Windows color (decimal): -8120545 or 2037636. OLE color: 2037636.

HSL color Cylindrical-coordinate representation of color #84171F: hue angle of 355.6º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84171F is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 23 31 -
CMYK 0 0.83 0.77 0.48
HSL 355.6º 0.7% 0.3% -
HSV(B) 355.6º 0.83% 0.52% -
XYZ 10.07 5.62 1.85 -
YUV 56.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 132 23 31 0 0.83 0.77 0.48 355.6 0.7 0.3
Hex 84 17 1F 0 53 4D 30 164 46 1E
Octal 204 27 37 0 123 115 60 544 106 36
Binary 10000100 10111 11111 0 1010011 1001101 110000 101100100 1000110 11110

Color Harmonies of #84171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84171F

Black with #84171F

Text Example


Text Example

White with #84171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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