#841F24

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

Shades of Flame Red #841F24

Tints of Flame Red #841F24

Color information

#841F24 (or 0x841F24) is unknown color: approx Flame Red. HEX triplet: 84, 1F and 24. RGB value is (132,31,36). Sum of RGB (Red+Green+Blue) = 132+31+36=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #841F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F24 is #7BE0DB. Grayscale: #3D3D3D. Windows color (decimal): -8118492 or 2367364. OLE color: 2367364.

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

Color convert

RGB1323136-
CMYK00.770.730.48
HSL357.03º61.96%31.96%-
HSV(B)357.03º76.52%51.76%-
XYZ10.326.012.29-
YUV61.77113.46178.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=66.33%
G=15.58%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132313600.770.730.48357.0361.9631.96
Hex841F2404D49301653e20
Octal20437440115111605457640
Binary1000010011111100100010011011001001110000101100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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