Html Css Color HEX #82252D Flame Red

📋 copy color: '#82252D'

red 130 ◦ green 37 ◦ blue 45

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

Shades of Flame Red #82252D

Tints of Flame Red #82252D

RGB

 RED value IS 130 (51.17% from 255) = 61.32%

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

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

R = 61.32%
G = 17.45%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82252D (or 0x82252D) is known color: Flame Red. HEX triplet: 82, 25 and 2D. RGB value is (130,37,45). Sum of RGB (Red+Green+Blue) = 130+37+45=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252D is #7DDAD2. Grayscale: #414141. Windows color (decimal): -8248019 or 2958722. OLE color: 2958722.

HSL color Cylindrical-coordinate representation of color #82252D: hue angle of 354.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82252D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 45 -
CMYK 0 0.72 0.65 0.49
HSL 354.84º 0.56% 0.33% -
HSV(B) 354.84º 0.72% 0.51% -
XYZ 10.34 6.26 3.15 -
YUV 65.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 130 37 45 0 0.72 0.65 0.49 354.84 0.56 0.33
Hex 82 25 2D 0 48 41 31 163 38 21
Octal 202 45 55 0 110 101 61 543 70 41
Binary 10000010 100101 101101 0 1001000 1000001 110001 101100011 111000 100001

Color Harmonies of #82252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82252D

Black with #82252D

Text Example


Text Example

White with #82252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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