#84252B

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

Shades of Flame Red #84252B

Tints of Flame Red #84252B

Color information

#84252B (or 0x84252B) is unknown color: approx Flame Red. HEX triplet: 84, 25 and 2B. RGB value is (132,37,43). Sum of RGB (Red+Green+Blue) = 132+37+43=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84252B is #7BDAD4. Grayscale: #424242. Windows color (decimal): -8116949 or 2827652. OLE color: 2827652.

HSL color Cylindrical-coordinate representation of color #84252B: hue angle of 356.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84252B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1323743-
CMYK00.720.670.48
HSL356.21º56.21%33.14%-
HSV(B)356.21º71.97%51.76%-
XYZ10.616.42.96-
YUV66.09114.97175.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=62.26%
G=17.45%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132374300.720.670.48356.2156.2133.14
Hex84252B04843301643821
Octal20445530110103605447041
Binary10000100100101101011010010001000011110000101100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84252B; }

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

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

<style>
 a { background-color: #84252B; }

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

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

<style>
 span { border-color: #84252B; }

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

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