#84252F

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

Shades of Flame Red #84252F

Tints of Flame Red #84252F

Color information

#84252F (or 0x84252F) is unknown color: approx Flame Red. HEX triplet: 84, 25 and 2F. RGB value is (132,37,47). Sum of RGB (Red+Green+Blue) = 132+37+47=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84252F is #7BDAD0. Grayscale: #424242. Windows color (decimal): -8116945 or 3089796. OLE color: 3089796.

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

Color convert

RGB1323747-
CMYK00.720.640.48
HSL353.68º56.21%33.14%-
HSV(B)353.68º71.97%51.76%-
XYZ10.696.433.37-
YUV66.54116.97174.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=61.11%
G=17.13%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132374700.720.640.48353.6856.2133.14
Hex84252F04840301623821
Octal20445570110100605427041
Binary10000100100101101111010010001000000110000101100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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