Html Css Color HEX #83292E Flame Red

📋 copy color: '#83292E'

red 131 ◦ green 41 ◦ blue 46

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

Shades of Flame Red #83292E

Tints of Flame Red #83292E

RGB

 RED value IS 131 (51.56% from 255) = 60.09%

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 60.09%
G = 18.81%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83292E (or 0x83292E) is known color: Flame Red. HEX triplet: 83, 29 and 2E. RGB value is (131,41,46). Sum of RGB (Red+Green+Blue) = 131+41+46=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #83292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83292E is #7CD6D1. Grayscale: #444444. Windows color (decimal): -8181458 or 3025283. OLE color: 3025283.

HSL color Cylindrical-coordinate representation of color #83292E: hue angle of 356.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83292E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 46 -
CMYK 0 0.69 0.65 0.49
HSL 356.67º 0.52% 0.34% -
HSV(B) 356.67º 0.69% 0.51% -
XYZ 10.65 6.61 3.3 -
YUV 68.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 131 41 46 0 0.69 0.65 0.49 356.67 0.52 0.34
Hex 83 29 2E 0 45 41 31 165 34 22
Octal 203 51 56 0 105 101 61 545 64 42
Binary 10000011 101001 101110 0 1000101 1000001 110001 101100101 110100 100010

Color Harmonies of #83292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83292E

Black with #83292E

Text Example


Text Example

White with #83292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83292E; }

 p { color: rgb(131,41,46); }

 H1.HeaderClassName
 {
   color: #83292E;
 }
 .AnyTagClassName
 {
   color: #83292E;
 }
</style>

background-color css

<style>
 a { background-color: #83292E; }

 a { background-color: rgb(131,41,46); }

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

border-color css

<style>
 span { border-color: #83292E; }

 span { border-color: rgb(131,41,46); }

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