Html Css Color HEX #82252C Flame Red

📋 copy color: '#82252C'

red 130 ◦ green 37 ◦ blue 44

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

Shades of Flame Red #82252C

Tints of Flame Red #82252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 61.61%
G = 17.54%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82252C (or 0x82252C) is known color: Flame Red. HEX triplet: 82, 25 and 2C. RGB value is (130,37,44). Sum of RGB (Red+Green+Blue) = 130+37+44=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252C is #7DDAD3. Grayscale: #414141. Windows color (decimal): -8248020 or 2893186. OLE color: 2893186.

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

Color convert

RGB 130 37 44 -
CMYK 0 0.72 0.66 0.49
HSL 355.48º 0.56% 0.33% -
HSV(B) 355.48º 0.72% 0.51% -
XYZ 10.32 6.25 3.05 -
YUV 65.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 130 37 44 0 0.72 0.66 0.49 355.48 0.56 0.33
Hex 82 25 2C 0 48 42 31 163 38 21
Octal 202 45 54 0 110 102 61 543 70 41
Binary 10000010 100101 101100 0 1001000 1000010 110001 101100011 111000 100001

Color Harmonies of #82252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82252C

Black with #82252C

Text Example


Text Example

White with #82252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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