Html Css Color HEX #84191C Flame Red

📋 copy color: '#84191C'

red 132 ◦ green 25 ◦ blue 28

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

Shades of Flame Red #84191C

Tints of Flame Red #84191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 71.35%
G = 13.51%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84191C (or 0x84191C) is known color: Flame Red. HEX triplet: 84, 19 and 1C. RGB value is (132,25,28). Sum of RGB (Red+Green+Blue) = 132+25+28=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #84191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84191C is #7BE6E3. Grayscale: #393939. Windows color (decimal): -8120036 or 1841540. OLE color: 1841540.

HSL color Cylindrical-coordinate representation of color #84191C: hue angle of 358.32º 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 #84191C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 28 -
CMYK 0 0.81 0.79 0.48
HSL 358.32º 0.68% 0.31% -
HSV(B) 358.32º 0.81% 0.52% -
XYZ 10.07 5.68 1.66 -
YUV 57.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 132 25 28 0 0.81 0.79 0.48 358.32 0.68 0.31
Hex 84 19 1C 0 51 4F 30 166 44 1F
Octal 204 31 34 0 121 117 60 546 104 37
Binary 10000100 11001 11100 0 1010001 1001111 110000 101100110 1000100 11111

Color Harmonies of #84191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84191C

Black with #84191C

Text Example


Text Example

White with #84191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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