#841C26

Color #841C26 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #841C26

Tints of Flame Red #841C26

Color information

#841C26 (or 0x841C26) is unknown color: approx Flame Red. HEX triplet: 84, 1C and 26. RGB value is (132,28,38). Sum of RGB (Red+Green+Blue) = 132+28+38=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #841C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C26 is #7BE3D9. Grayscale: #3C3C3C. Windows color (decimal): -8119258 or 2497668. OLE color: 2497668.

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

Color convert

RGB1322838-
CMYK00.790.710.48
HSL354.23º65%31.37%-
HSV(B)354.23º78.79%51.76%-
XYZ10.285.882.43-
YUV60.24115.46179.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=66.67%
G=14.14%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132283800.790.710.48354.236531.37
Hex841C2604F4730162411f
Octal204344601171076054210137
Binary1000010011100100110010011111000111110000101100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #841C26;
 }
 .AnyTagClassName
 {
   color: #841C26;
 }
</style>
background-color css

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

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

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

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

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

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