Html Css Color HEX #82242B Flame Red

📋 copy color: '#82242B'

red 130 ◦ green 36 ◦ blue 43

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

Shades of Flame Red #82242B

Tints of Flame Red #82242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 62.2%
G = 17.22%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82242B (or 0x82242B) is known color: Flame Red. HEX triplet: 82, 24 and 2B. RGB value is (130,36,43). Sum of RGB (Red+Green+Blue) = 130+36+43=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242B is #7DDBD4. Grayscale: #404040. Windows color (decimal): -8248277 or 2827394. OLE color: 2827394.

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

Color convert

RGB 130 36 43 -
CMYK 0 0.72 0.67 0.49
HSL 355.53º 0.57% 0.33% -
HSV(B) 355.53º 0.72% 0.51% -
XYZ 10.27 6.18 2.94 -
YUV 64.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 130 36 43 0 0.72 0.67 0.49 355.53 0.57 0.33
Hex 82 24 2B 0 48 43 31 164 39 21
Octal 202 44 53 0 110 103 61 544 71 41
Binary 10000010 100100 101011 0 1001000 1000011 110001 101100100 111001 100001

Color Harmonies of #82242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82242B

Black with #82242B

Text Example


Text Example

White with #82242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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