#842D30

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

Shades of Flame Red #842D30

Tints of Flame Red #842D30

Color information

#842D30 (or 0x842D30) is unknown color: approx Flame Red. HEX triplet: 84, 2D and 30. RGB value is (132,45,48). Sum of RGB (Red+Green+Blue) = 132+45+48=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D30 is #7BD2CF. Grayscale: #474747. Windows color (decimal): -8114896 or 3157380. OLE color: 3157380.

HSL color Cylindrical-coordinate representation of color #842D30: hue angle of 357.93º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D30 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1324548-
CMYK00.660.640.48
HSL357.93º49.15%34.71%-
HSV(B)357.93º65.91%51.76%-
XYZ10.9973.57-
YUV71.35114.82171.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=58.67%
G=20%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454800.660.640.48357.9349.1534.71
Hex842D3004240301663123
Octal20455600102100605466143
Binary10000100101101110000010000101000000110000101100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D30; }

 p { color: rgb(132,45,48); }

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

<style>
 a { background-color: #842D30; }

 a { background-color: rgb(132,45,48); }

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

<style>
 span { border-color: #842D30; }

 span { border-color: rgb(132,45,48); }

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