#84252A

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

Shades of Flame Red #84252A

Tints of Flame Red #84252A

Color information

#84252A (or 0x84252A) is unknown color: approx Flame Red. HEX triplet: 84, 25 and 2A. RGB value is (132,37,42). Sum of RGB (Red+Green+Blue) = 132+37+42=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84252A is #7BDAD5. Grayscale: #424242. Windows color (decimal): -8116950 or 2762116. OLE color: 2762116.

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

Color convert

RGB1323742-
CMYK00.720.680.48
HSL356.84º56.21%33.14%-
HSV(B)356.84º71.97%51.76%-
XYZ10.66.42.87-
YUV65.97114.47175.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=62.56%
G=17.54%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132374200.720.680.48356.8456.2133.14
Hex84252A04844301653821
Octal20445520110104605457041
Binary10000100100101101010010010001000100110000101100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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