#841D22

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

Shades of Flame Red #841D22

Tints of Flame Red #841D22

Color information

#841D22 (or 0x841D22) is unknown color: approx Flame Red. HEX triplet: 84, 1D and 22. RGB value is (132,29,34). Sum of RGB (Red+Green+Blue) = 132+29+34=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #841D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D22 is #7BE2DD. Grayscale: #3C3C3C. Windows color (decimal): -8119006 or 2235780. OLE color: 2235780.

HSL color Cylindrical-coordinate representation of color #841D22: hue angle of 357.09º 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 #841D22 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1322934-
CMYK00.780.740.48
HSL357.09º63.98%31.57%-
HSV(B)357.09º78.03%51.76%-
XYZ10.245.92.11-
YUV60.37113.12179.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.69%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 34 (13.67% from 255) = 17.44%
R=67.69%
G=14.87%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132293400.780.740.48357.0963.9831.57
Hex841D2204E4A301654020
Octal204354201161126054510040
Binary10000100111011000100100111010010101100001011001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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