#841D25

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

Shades of Flame Red #841D25

Tints of Flame Red #841D25

Color information

#841D25 (or 0x841D25) is unknown color: approx Flame Red. HEX triplet: 84, 1D and 25. RGB value is (132,29,37). Sum of RGB (Red+Green+Blue) = 132+29+37=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #841D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D25 is #7BE2DA. Grayscale: #3C3C3C. Windows color (decimal): -8119003 or 2432388. OLE color: 2432388.

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

Color convert

RGB1322937-
CMYK00.780.720.48
HSL355.34º63.98%31.57%-
HSV(B)355.34º78.03%51.76%-
XYZ10.295.922.35-
YUV60.71114.62178.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 14.65%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=66.67%
G=14.65%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132293700.780.720.48355.3463.9831.57
Hex841D2504E48301634020
Octal204354501161106054310040
Binary10000100111011001010100111010010001100001011000111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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