Html Css Color HEX #841A1C Flame Red

📋 copy color: '#841A1C'

red 132 ◦ green 26 ◦ blue 28

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

Shades of Flame Red #841A1C

Tints of Flame Red #841A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.98%

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

R = 70.97%
G = 13.98%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#841A1C (or 0x841A1C) is known color: Flame Red. HEX triplet: 84, 1A and 1C. RGB value is (132,26,28). Sum of RGB (Red+Green+Blue) = 132+26+28=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A1C is #7BE5E3. Grayscale: #3A3A3A. Windows color (decimal): -8119780 or 1841796. OLE color: 1841796.

HSL color Cylindrical-coordinate representation of color #841A1C: hue angle of 358.87º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A1C is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 26 28 -
CMYK 0 0.80 0.79 0.48
HSL 358.87º 0.67% 0.31% -
HSV(B) 358.87º 0.8% 0.52% -
XYZ 10.09 5.73 1.67 -
YUV 57.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 132 26 28 0 0.80 0.79 0.48 358.87 0.67 0.31
Hex 84 1A 1C 0 50 4F 30 167 43 1F
Octal 204 32 34 0 120 117 60 547 103 37
Binary 10000100 11010 11100 0 1010000 1001111 110000 101100111 1000011 11111

Color Harmonies of #841A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A1C

Black with #841A1C

Text Example


Text Example

White with #841A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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