Html Css Color HEX #82282F Flame Red

📋 copy color: '#82282F'

red 130 ◦ green 40 ◦ blue 47

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

Shades of Flame Red #82282F

Tints of Flame Red #82282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 59.91%
G = 18.43%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82282F (or 0x82282F) is known color: Flame Red. HEX triplet: 82, 28 and 2F. RGB value is (130,40,47). Sum of RGB (Red+Green+Blue) = 130+40+47=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #82282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82282F is #7DD7D0. Grayscale: #434343. Windows color (decimal): -8247249 or 3090562. OLE color: 3090562.

HSL color Cylindrical-coordinate representation of color #82282F: hue angle of 355.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82282F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 47 -
CMYK 0 0.69 0.64 0.49
HSL 355.33º 0.53% 0.33% -
HSV(B) 355.33º 0.69% 0.51% -
XYZ 10.48 6.47 3.39 -
YUV 67.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 130 40 47 0 0.69 0.64 0.49 355.33 0.53 0.33
Hex 82 28 2F 0 45 40 31 163 35 21
Octal 202 50 57 0 105 100 61 543 65 41
Binary 10000010 101000 101111 0 1000101 1000000 110001 101100011 110101 100001

Color Harmonies of #82282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82282F

Black with #82282F

Text Example


Text Example

White with #82282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82282F; }

 p { color: rgb(130,40,47); }

 H1.HeaderClassName
 {
   color: #82282F;
 }
 .AnyTagClassName
 {
   color: #82282F;
 }
</style>

background-color css

<style>
 a { background-color: #82282F; }

 a { background-color: rgb(130,40,47); }

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

border-color css

<style>
 span { border-color: #82282F; }

 span { border-color: rgb(130,40,47); }

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