Html Css Color HEX #84252F Flame Red

📋 copy color: '#84252F'

red 132 ◦ green 37 ◦ blue 47

#84252F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #84252F

Tints of Flame Red #84252F

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 value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84252F (or 0x84252F) is known color: 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

RGB 132 37 47 -
CMYK 0 0.72 0.64 0.48
HSL 353.68º 0.56% 0.33% -
HSV(B) 353.68º 0.72% 0.52% -
XYZ 10.69 6.43 3.37 -
YUV 66.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 132 37 47 0 0.72 0.64 0.48 353.68 0.56 0.33
Hex 84 25 2F 0 48 40 30 162 38 21
Octal 204 45 57 0 110 100 60 542 70 41
Binary 10000100 100101 101111 0 1001000 1000000 110000 101100010 111000 100001

Color Harmonies of #84252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84252F

Black with #84252F

Text Example


Text Example

White with #84252F

Text Example


Text Example

HTML Codes & Css Web 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>