#841D24

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

Shades of Flame Red #841D24

Tints of Flame Red #841D24

Color information

#841D24 (or 0x841D24) is unknown color: approx Flame Red. HEX triplet: 84, 1D and 24. RGB value is (132,29,36). Sum of RGB (Red+Green+Blue) = 132+29+36=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D24 is #7BE2DB. Grayscale: #3C3C3C. Windows color (decimal): -8119004 or 2366852. OLE color: 2366852.

HSL color Cylindrical-coordinate representation of color #841D24: hue angle of 355.92º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D24 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1322936-
CMYK00.780.730.48
HSL355.92º63.98%31.57%-
HSV(B)355.92º78.03%51.76%-
XYZ10.275.912.27-
YUV60.6114.12178.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=67.01%
G=14.72%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132293600.780.730.48355.9263.9831.57
Hex841D2404E49301644020
Octal204354401161116054410040
Binary10000100111011001000100111010010011100001011001001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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