Html Css Color HEX #84252D Flame Red

📋 copy color: '#84252D'

red 132 ◦ green 37 ◦ blue 45

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

Shades of Flame Red #84252D

Tints of Flame Red #84252D

RGB

 RED value IS 132 (51.95% from 255) = 61.68%

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 61.68%
G = 17.29%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84252D (or 0x84252D) is known color: Flame Red. HEX triplet: 84, 25 and 2D. RGB value is (132,37,45). Sum of RGB (Red+Green+Blue) = 132+37+45=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84252D is #7BDAD2. Grayscale: #424242. Windows color (decimal): -8116947 or 2958724. OLE color: 2958724.

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

Color convert

RGB 132 37 45 -
CMYK 0 0.72 0.66 0.48
HSL 354.95º 0.56% 0.33% -
HSV(B) 354.95º 0.72% 0.52% -
XYZ 10.65 6.42 3.16 -
YUV 66.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 132 37 45 0 0.72 0.66 0.48 354.95 0.56 0.33
Hex 84 25 2D 0 48 42 30 163 38 21
Octal 204 45 55 0 110 102 60 543 70 41
Binary 10000100 100101 101101 0 1001000 1000010 110000 101100011 111000 100001

Color Harmonies of #84252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84252D

Black with #84252D

Text Example


Text Example

White with #84252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84252D;
 }
 .AnyTagClassName
 {
   color: #84252D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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