Html Css Color HEX #82242A Flame Red

📋 copy color: '#82242A'

red 130 ◦ green 36 ◦ blue 42

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

Shades of Flame Red #82242A

Tints of Flame Red #82242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 62.5%
G = 17.31%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82242A (or 0x82242A) is known color: Flame Red. HEX triplet: 82, 24 and 2A. RGB value is (130,36,42). Sum of RGB (Red+Green+Blue) = 130+36+42=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242A is #7DDBD5. Grayscale: #404040. Windows color (decimal): -8248278 or 2761858. OLE color: 2761858.

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

Color convert

RGB 130 36 42 -
CMYK 0 0.72 0.68 0.49
HSL 356.17º 0.57% 0.33% -
HSV(B) 356.17º 0.72% 0.51% -
XYZ 10.25 6.17 2.84 -
YUV 64.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 130 36 42 0 0.72 0.68 0.49 356.17 0.57 0.33
Hex 82 24 2A 0 48 44 31 164 39 21
Octal 202 44 52 0 110 104 61 544 71 41
Binary 10000010 100100 101010 0 1001000 1000100 110001 101100100 111001 100001

Color Harmonies of #82242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82242A

Black with #82242A

Text Example


Text Example

White with #82242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,36,42); }

 H1.HeaderClassName
 {
   color: #82242A;
 }
 .AnyTagClassName
 {
   color: #82242A;
 }
</style>

background-color css

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

 a { background-color: rgb(130,36,42); }

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

border-color css

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

 span { border-color: rgb(130,36,42); }

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