Html Css Color HEX #84181D Flame Red

📋 copy color: '#84181D'

red 132 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #84181D

Tints of Flame Red #84181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.97%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 71.35%
G = 12.97%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84181D (or 0x84181D) is known color: Flame Red. HEX triplet: 84, 18 and 1D. RGB value is (132,24,29). Sum of RGB (Red+Green+Blue) = 132+24+29=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #84181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84181D is #7BE7E2. Grayscale: #383838. Windows color (decimal): -8120291 or 1906820. OLE color: 1906820.

HSL color Cylindrical-coordinate representation of color #84181D: hue angle of 357.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84181D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 29 -
CMYK 0 0.82 0.78 0.48
HSL 357.22º 0.69% 0.31% -
HSV(B) 357.22º 0.82% 0.52% -
XYZ 10.06 5.65 1.72 -
YUV 56.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 132 24 29 0 0.82 0.78 0.48 357.22 0.69 0.31
Hex 84 18 1D 0 52 4E 30 165 45 1F
Octal 204 30 35 0 122 116 60 545 105 37
Binary 10000100 11000 11101 0 1010010 1001110 110000 101100101 1000101 11111

Color Harmonies of #84181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84181D

Black with #84181D

Text Example


Text Example

White with #84181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84181D; }

 p { color: rgb(132,24,29); }

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

background-color css

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

 a { background-color: rgb(132,24,29); }

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

border-color css

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

 span { border-color: rgb(132,24,29); }

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